diff --git a/modules/home/macos-enno.nix b/modules/home/macos-enno.nix index 6a72d875..8b3724fc 100644 --- a/modules/home/macos-enno.nix +++ b/modules/home/macos-enno.nix @@ -21,7 +21,7 @@ bat gh jless - libfaketime + nix-tree ptsd-nnn ripgrep ]; diff --git a/modules/home/pass.nix b/modules/home/pass.nix index 544b63e8..89e94f13 100644 --- a/modules/home/pass.nix +++ b/modules/home/pass.nix @@ -17,6 +17,7 @@ with lib; # home.file.".passage".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/repos/passage-store"; home.packages = with pkgs; [ + libfaketime pass # passage ];