diff options
Diffstat (limited to 'nix/modules/home/user.nix')
-rw-r--r-- | nix/modules/home/user.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/modules/home/user.nix b/nix/modules/home/user.nix index 20a5749..7c470aa 100644 --- a/nix/modules/home/user.nix +++ b/nix/modules/home/user.nix @@ -26,6 +26,7 @@ packages = with pkgs; [ # wikipedia kiwix kiwix-tools + # passwords age sops @@ -64,6 +65,7 @@ acpilight pfetch libnotify + htop ]; }; |