diff --git a/.envrc b/.envrc index e3fecb3..85ae88f 100644 --- a/.envrc +++ b/.envrc @@ -1,2 +1,2 @@ use flake - +printf 'direnv: environment loaded\n' diff --git a/hosts/jpporta-nixos/home.nix b/hosts/jpporta-nixos/home.nix index 7a69d99..3aeceed 100644 --- a/hosts/jpporta-nixos/home.nix +++ b/hosts/jpporta-nixos/home.nix @@ -1,6 +1,3 @@ -Warning: Identity file /home/jpporta/.ssh/id_rsa not accessible: No such file or directory. -Warning: Identity file /home/jpporta/.ssh/id_rsa not accessible: No such file or directory. -Warning: Identity file /home/jpporta/.ssh/id_rsa not accessible: No such file or directory. { config, pkgs, @@ -37,6 +34,7 @@ Warning: Identity file /home/jpporta/.ssh/id_rsa not accessible: No such file or ../../modules/home-manager/power-profiles ../../modules/home-manager/ntfy-notify ../../modules/home-manager/pinentry + ../../modules/home-manager/swaync inputs.zen-browser.homeModules.beta ]; @@ -153,10 +151,9 @@ Warning: Identity file /home/jpporta/.ssh/id_rsa not accessible: No such file or direnv = { enable = true; nix-direnv.enable = true; + silent = true; }; }; custom.pinentry.enable = true; - - services.swaync.enable = true; } diff --git a/modules/home-manager/calendar/default.nix b/modules/home-manager/calendar/default.nix index d4a3f26..d162188 100644 --- a/modules/home-manager/calendar/default.nix +++ b/modules/home-manager/calendar/default.nix @@ -17,6 +17,9 @@ }; config = lib.mkIf config.custom.jpporta-calendars.enable { + home.packages = with pkgs; [ + seahorse + ]; programs = { vdirsyncer.enable = true;