configuration.nix aktualisiert
moved core config files to subfolder
This commit is contained in:
parent
6a2a91e22a
commit
f2ead5f076
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue