diff options
author | Tim Keller <tjkeller.xyz> | 2024-11-17 21:02:36 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-11-17 21:02:36 -0600 |
commit | 8781c701d8da5df5c5f8004dacdf8d18cc3fbb57 (patch) | |
tree | 7ecd5c784910c1aa26f60ec4ee49ba0ad8d00aed | |
parent | 591c19ebff51ca5a59ea1f4eaffa9f781dab99a8 (diff) | |
download | nixos-8781c701d8da5df5c5f8004dacdf8d18cc3fbb57.tar.xz nixos-8781c701d8da5df5c5f8004dacdf8d18cc3fbb57.zip |
use htop module
-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 |