configuration.nix aktualisiert
This commit is contained in:
parent
37984a130a
commit
ca9ec64034
1 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,11 @@
|
|||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
./coreconfig/maintenance.nix
|
||||
./coreconfig/flatpak.nix
|
||||
./coreconfig/user-chch.nix
|
||||
./coreconfig/boot.nix
|
||||
./hostname.nix
|
||||
./maintenance.nix
|
||||
./flatpak.nix
|
||||
./user-chch.nix
|
||||
./boot.nix
|
||||
/etc/nixos/hostname.nix
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue