diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home/default.nix b/modules/home/default.nix index 6b50026..9daf51a 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -7,9 +7,10 @@ imports = [ ./alacritty.nix + #./chrome.nix ./firefox.nix ./git.nix - #./htop.nix # crashes the home manager service if htoprc already exists, bug + ./htop.nix ./initial-home-setup.nix ./pcmanfm.nix # TODO mk name changeable & doesn't seem to work right now ./theme.nix |