Relocated profiles
This commit is contained in:
parent
532707a19f
commit
9a1142962a
|
@ -30,7 +30,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../modules/profiles/laptop.nix
|
||||
../profiles/laptop.nix
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@ let
|
|||
in {
|
||||
|
||||
imports = [
|
||||
../. # This imports /modules/default.nix
|
||||
../system/xdg.nix
|
||||
../modules/. # This imports /modules/default.nix
|
||||
../modules/system/xdg.nix
|
||||
];
|
||||
# Allow Cleanup, nix, & flakes
|
||||
nix = {
|
Reference in New Issue
Block a user