Relocated profiles
This commit is contained in:
parent
532707a19f
commit
9a1142962a
|
@ -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")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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 = {
|
Reference in New Issue
Block a user