Add bunch more programs / services modularly

This commit is contained in:
Sravan Balaji
2024-03-24 12:14:10 -04:00
parent 711b98a9b0
commit 7f1c5c5baa
21 changed files with 191 additions and 0 deletions

View File

@@ -8,6 +8,17 @@
imports = [
../../system/hardware-configuration.nix
../../disko/${systemSettings.diskoConfig}.nix
../../system/hardware/kernel.nix
../../system/hardware/bluetooth.nix
../../system/hardware/opengl.nix
../../system/hardware/openrgb.nix
../../system/hardware/printing.nix
../../system/hardware/automount.nix
../../system/security/firewall.nix
../../system/app/gaming/steam.nix
../../system/app/gaming/gamemode.nix
../../system/hardware/audio.nix
../../system/gui/dwm.nix
];
nix = {