diff options
author | Tim Keller <tjkeller.xyz> | 2024-11-03 14:11:58 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-11-03 14:11:58 -0600 |
commit | 9f017946d069221945d2b41c3bfef5aeaa15d786 (patch) | |
tree | ae668cce66a02e0afc56937a58489449a2eb10e7 /modules/home/default.nix | |
parent | 4641b60a074fa2e2420341d81321a399d56b166d (diff) | |
download | nixos-9f017946d069221945d2b41c3bfef5aeaa15d786.tar.xz nixos-9f017946d069221945d2b41c3bfef5aeaa15d786.zip |
add htop to home manager config, disabled
Diffstat (limited to 'modules/home/default.nix')
-rw-r--r-- | modules/home/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/default.nix b/modules/home/default.nix index a651463..6b50026 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -9,6 +9,7 @@ ./alacritty.nix ./firefox.nix ./git.nix + #./htop.nix # crashes the home manager service if htoprc already exists, bug ./initial-home-setup.nix ./pcmanfm.nix # TODO mk name changeable & doesn't seem to work right now ./theme.nix |