From 6fa1add05bc8767389cd44a4e94141a96e285deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 3 Feb 2024 19:07:16 +0100 Subject: nixos: add btop and resources --- nixos/modules/desktop.nix | 2 ++ nixos/modules/generic.nix | 1 + 2 files changed, 3 insertions(+) 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 -- cgit v1.2.3