feat: add sops, gpg agent, yubikey tools

This commit is contained in:
2025-08-27 21:19:23 -07:00
parent 22a5fc2dfe
commit 58e1546d0a
6 changed files with 139 additions and 2 deletions

View File

@@ -50,7 +50,16 @@
htop
lm_sensors
fanctl
libnotify
];
boot.kernelModules = [
"iptables"
"iptable_nat"
];
virtualisation.docker = {
enable = true;
rootless.enable = true;
};
programs.hyprland = {
enable = true;
withUWSM = true;