nixos: system revamp

This commit is contained in:
lsoriano-mcm
2025-06-28 21:15:22 -05:00
parent 37e982c983
commit bdab858be2
12 changed files with 75 additions and 2 deletions
+3 -1
View File
@@ -7,7 +7,9 @@
}: {
imports = [
inputs.sops-nix.nixosModules.sops
# Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/linuxDev.nix
../../modules/system.nix
];
environment.systemPackages = with pkgs; [];