From da8d6b77894dbf965fe77fd824512b6f160f906d Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 20 Oct 2024 20:17:28 -0500 Subject: add age and sops pkgs. reluctantly add sops nix for managing secrets. change wifi config to use wpa supplicant and configure with secrets. wpa_gui installed. --- modules/root/software.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/root/software.nix') diff --git a/modules/root/software.nix b/modules/root/software.nix index 19ffe4d..598ff43 100644 --- a/modules/root/software.nix +++ b/modules/root/software.nix @@ -28,6 +28,7 @@ pcmanfm redshift sxiv + wpa_supplicant_gui zathura ] ++ pkgs.lib.optionals config.software.desktop.extra.enable [ # Desktop Extra @@ -63,6 +64,7 @@ wireguard-tools ] ++ pkgs.lib.optionals config.software.utils.enable [ # Utilities + age ddcutil # TODO fastfetch htop @@ -75,6 +77,7 @@ screen scrot smartmontools + sops stress testdisk tmux -- cgit v1.2.3