summaryrefslogtreecommitdiff
path: root/modules/home/default.nix
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-11-17 21:02:36 -0600
committerTim Keller <tjkeller.xyz>2024-11-17 21:02:36 -0600
commit8781c701d8da5df5c5f8004dacdf8d18cc3fbb57 (patch)
tree7ecd5c784910c1aa26f60ec4ee49ba0ad8d00aed /modules/home/default.nix
parent591c19ebff51ca5a59ea1f4eaffa9f781dab99a8 (diff)
downloadnixos-8781c701d8da5df5c5f8004dacdf8d18cc3fbb57.tar.xz
nixos-8781c701d8da5df5c5f8004dacdf8d18cc3fbb57.zip
use htop module
Diffstat (limited to 'modules/home/default.nix')
-rw-r--r--modules/home/default.nix3
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