modularizing modules ig
This commit is contained in:
parent
9c0b46c7d3
commit
3d09e64139
6 changed files with 83 additions and 18 deletions
|
|
@ -10,7 +10,10 @@
|
|||
}:
|
||||
|
||||
{
|
||||
nix.settings.experimental-features = [ "flakes" "nix-command" ];
|
||||
nix.settings.experimental-features = [
|
||||
"flakes"
|
||||
"nix-command"
|
||||
];
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue