summaryrefslogtreecommitdiff
path: root/modules/root/software.nix
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-10-20 20:17:28 -0500
committerTim Keller <tjkeller.xyz>2024-10-20 20:17:28 -0500
commitda8d6b77894dbf965fe77fd824512b6f160f906d (patch)
tree25cbc079dd89150d78eda20baf8d9793da12b352 /modules/root/software.nix
parent0b31d1d5ea46087a13c67889d427208f6612f01a (diff)
downloadnixos-da8d6b77894dbf965fe77fd824512b6f160f906d.tar.xz
nixos-da8d6b77894dbf965fe77fd824512b6f160f906d.zip
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.
Diffstat (limited to 'modules/root/software.nix')
-rw-r--r--modules/root/software.nix3
1 files changed, 3 insertions, 0 deletions
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