direnv: prefer usage of nix-direnv over lorri
This commit is contained in:
parent
1e40e5fa9b
commit
761a33c1fb
|
@ -119,7 +119,6 @@ let
|
|||
];
|
||||
|
||||
nixHelpers = [
|
||||
lorri
|
||||
nixpkgs-review
|
||||
nixpkgs-fmt
|
||||
nix-top
|
||||
|
@ -282,6 +281,7 @@ in
|
|||
programs.direnv =
|
||||
{
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
|
@ -324,6 +324,7 @@ in
|
|||
|
||||
systemd.user.startServices = true;
|
||||
|
||||
# for backwards compatibility
|
||||
services.lorri.enable = true;
|
||||
|
||||
# media button control support from Bluetooth devices
|
||||
|
|
Loading…
Reference in a new issue