configuration.nix aktualisiert

moved core config files to subfolder
This commit is contained in:
fnord 2025-05-07 19:50:59 +02:00
parent 6a2a91e22a
commit f2ead5f076

View file

@ -8,10 +8,10 @@
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
./maintenance.nix ./coreconfig/maintenance.nix
./flatpak.nix ./coreconfig/flatpak.nix
./user-chch.nix ./coreconfig/user-chch.nix
./boot.nix ./coreconfig/boot.nix
./hostname.nix ./hostname.nix
]; ];