direnv: prefer usage of nix-direnv over lorri

This commit is contained in:
Trolli Schmittlauch 2024-02-08 22:14:41 +01:00
parent 1e40e5fa9b
commit 761a33c1fb

View file

@ -119,7 +119,6 @@ let
]; ];
nixHelpers = [ nixHelpers = [
lorri
nixpkgs-review nixpkgs-review
nixpkgs-fmt nixpkgs-fmt
nix-top nix-top
@ -282,6 +281,7 @@ in
programs.direnv = programs.direnv =
{ {
enable = true; enable = true;
nix-direnv.enable = true;
enableZshIntegration = true; enableZshIntegration = true;
}; };
@ -324,6 +324,7 @@ in
systemd.user.startServices = true; systemd.user.startServices = true;
# for backwards compatibility
services.lorri.enable = true; services.lorri.enable = true;
# media button control support from Bluetooth devices # media button control support from Bluetooth devices