diff options
author | Karel Kočí <cynerd@email.cz> | 2024-02-03 19:07:16 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-02-03 19:07:16 +0100 |
commit | 6fa1add05bc8767389cd44a4e94141a96e285deb (patch) | |
tree | 4a74a20f0c0589a1573809c3257559e73643d509 | |
parent | f05af2ffb98f00d269d7e81e8ef1a3e2ea67d04c (diff) | |
download | nixos-personal-6fa1add05bc8767389cd44a4e94141a96e285deb.tar.gz nixos-personal-6fa1add05bc8767389cd44a4e94141a96e285deb.tar.bz2 nixos-personal-6fa1add05bc8767389cd44a4e94141a96e285deb.zip |
nixos: add btop and resources
-rw-r--r-- | nixos/modules/desktop.nix | 2 | ||||
-rw-r--r-- | nixos/modules/generic.nix | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index fbd6a75..6979252 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -55,6 +55,8 @@ in { dunst libnotify + resources + isync msmtp notmuch diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index 8ef616e..69a35e6 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -67,6 +67,7 @@ in { # NCurses tools htop + btop iotop mc screen |