Split up config files to multiple and added imports. Fixed default values for systemConfigs

This commit is contained in:
2025-04-15 12:48:27 +02:00
parent 9611b8bb8d
commit 16c4a8f46b
23 changed files with 149 additions and 163 deletions

View File

@ -1,17 +1,28 @@
{
imports = [
./boot.nix
./development
./electron.nix
./fonts.nix
./gaming
./gnome
./hardware
./kdeconnect.nix
./locale.nix
./mail.nix
./media.nix
./networking.nix
./nixos.nix
./nix-helper.nix
./office.nix
./hyprland
./sddm.nix
./security.nix
./shell.nix
./social.nix
./users.nix
./qt.nix
./xdg.nix
./xserver.nix
];
}