From fe8cfdc6b0aaa3abd000cd988bdbf21a0b2b0c38 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:41:43 +0530 Subject: [PATCH] Update --- configuration.nix | 35 ++++++++++------------------------- home.nix | 8 ++++---- 2 files changed, 14 insertions(+), 29 deletions(-) diff --git a/configuration.nix b/configuration.nix index 71c8564e..9b83e63c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -74,8 +74,10 @@ python3 # pipewire # enabled via service udiskie # automount usb drives + zip unzip # wireplumber # enabled via service + ## BROWSERS ## # firefox, chrome from unstable are incompatible with stable @@ -111,9 +113,15 @@ vim vscode - ## GRAPHICS ## + ## GRAPHICS UTILS ## libva-utils # libva graphics library tools vdpauinfo # vdpau graphics library tools + + ## MONITORING TOOLS ## + btop + nvtop-amd + iotop + iftop ]) ++ @@ -122,30 +130,7 @@ # list of latest packages from stable repo ]); - - - # disable hibernate since you can't hibernate on zram swap anyway - # Masking sleep, hibernate, suspend.. etc - systemd = { - targets = { - sleep = { - enable = false; - unitConfig.DefaultDependencies = "no"; - }; - suspend = { - enable = false; - unitConfig.DefaultDependencies = "no"; - }; - hibernate = { - enable = false; - unitConfig.DefaultDependencies = "no"; - }; - "hybrid-sleep" = { - enable = false; - unitConfig.DefaultDependencies = "no"; - }; - }; - }; + # SECURITY security = { diff --git a/home.nix b/home.nix index cc96844c..b8594aa3 100644 --- a/home.nix +++ b/home.nix @@ -48,9 +48,9 @@ nnn # terminal file manager # archives - zip + # zip xz - unzip + # unzip p7zip # utils @@ -92,8 +92,8 @@ glow # markdown previewer in terminal # btop # replacement of htop/nmon - already included - iotop # io monitoring - iftop # network monitoring + # iotop # io monitoring - already included + # iftop # network monitoring - already included # system call monitoring strace # system call monitoring