Relocated profiles

This commit is contained in:
James Patrick 2022-08-11 20:44:29 -04:00
parent 532707a19f
commit 9a1142962a
4 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
{ {
imports = [ imports = [
../modules/profiles/laptop.nix ../profiles/laptop.nix
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
]; ];

View File

@ -8,8 +8,8 @@ let
in { in {
imports = [ imports = [
../. # This imports /modules/default.nix ../modules/. # This imports /modules/default.nix
../system/xdg.nix ../modules/system/xdg.nix
]; ];
# Allow Cleanup, nix, & flakes # Allow Cleanup, nix, & flakes
nix = { nix = {