From 990134fdcefe5a520b09ac6dfcaf97066fde6685 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 3 Feb 2025 21:27:56 -0800 Subject: update nix directory structure to be more flexible and general --- nix/modules/home/user.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix/modules/home') 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 ]; }; -- cgit