Correction in home manager path
This commit is contained in:
parent
92ac850dc7
commit
5272a900ca
|
@ -21,7 +21,7 @@
|
||||||
# Specify your home configuration modules here, for example,
|
# Specify your home configuration modules here, for example,
|
||||||
# the path to your home.nix.
|
# the path to your home.nix.
|
||||||
modules = [
|
modules = [
|
||||||
./Nix-Configs/home.nogui.nix
|
./home.nogui.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Optionally use extraSpecialArgs
|
# Optionally use extraSpecialArgs
|
||||||
|
|
Loading…
Reference in a new issue