refactor: reorganized
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../modules/default.nix
|
||||
];
|
||||
|
||||
boot.loader.grub = {
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [ ../../modules/default.nix ];
|
||||
imports = [ ];
|
||||
|
||||
wsl.enable = true;
|
||||
wsl.defaultUser = "luca";
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [ ../../modules/default.nix ];
|
||||
imports = [ ];
|
||||
|
||||
wsl.enable = true;
|
||||
wsl.defaultUser = "luca";
|
||||
|
||||
Reference in New Issue
Block a user