make systemProfiles an attrset

This commit is contained in:
xunuwu 2025-06-06 12:01:12 +02:00
parent 8e45ad0537
commit f44f1a3a46
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
4 changed files with 77 additions and 70 deletions

View file

@ -29,25 +29,25 @@
};
}
]
++ (map (x: systemProfiles + x) [
/programs/home-manager.nix
++ (with systemProfiles; [
programs.home-manager
/core/security.nix
/core/locale.nix
/core/tools.nix
/core/ssh.nix
/core/deploy.nix
core.security
core.locale
core.tools
core.ssh
core.deploy
/hardware/graphics.nix
/hardware/steam-hardware.nix
/hardware/bluetooth.nix
hardware.graphics
hardware.steam-hardware
hardware.bluetooth
/nix/nix.nix
/nix/gc.nix
nix.nix
nix.gc
/network/tailscale.nix
/network/avahi.nix
/network/networkd.nix
network.tailscale
network.avahi
network.networkd
]);
nixpkgs.config = {