home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 5d0c9fe39a006c4bc85baac057720959618ab31e
parent 2b2668d8e78199ae39c2022a458d5b8c96e034b2
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  9 Nov 2023 17:34:56 +0100

Remove lorri…

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M.envrc | 3++-
Msystems/modules/shell/direnv.nix | 1+
Musers/vincent/dev/default.nix | 5-----
3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/.envrc b/.envrc @@ -1,3 +1,4 @@ # use flake # test -f .secrets && source .secrets || echo "no secrets" -eval "$(lorri direnv)" +# eval "$(lorri direnv)" +use_flake diff --git a/systems/modules/shell/direnv.nix b/systems/modules/shell/direnv.nix @@ -8,6 +8,7 @@ in enable = mkEnableOption "enable direnv"; }; config = mkIf cfg.enable { + programs.direnv.enable = true; environment = { # Path to link from packages to /run/current-system/sw pathsToLink = [ diff --git a/users/vincent/dev/default.nix b/users/vincent/dev/default.nix @@ -11,11 +11,6 @@ ./python.nix ]; - services.lorri = { - enable = true; - enableNotifications = true; - }; - home.extraOutputsToInstall = [ "doc" "info" "devdoc" ]; home.packages = with pkgs; [