diff --git a/configuration.nix b/configuration.nix index 409032e..6025dc2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -28,7 +28,6 @@ in dconf twemoji-color-font fira-code - htop rustup pkg-config clang @@ -71,6 +70,7 @@ in ]; programs.fish.enable = true; + programs.htop.enable = true; programs.htop.settings = { hide_kernel_threads="1"; hide_userland_threads="1";