home: move flake to root of directory
Reason is that I cannot reference any file (also in home.file) which is located above (../) the flake file
This commit is contained in:
parent
e4d5b6854c
commit
bb4a758182
0
home-manager/flake.lock → flake.lock
generated
0
home-manager/flake.lock → flake.lock
generated
@ -38,7 +38,7 @@
|
||||
|
||||
# Specify your home configuration modules here, for example,
|
||||
# the path to your home.nix.
|
||||
modules = [ ./home.nix ];
|
||||
modules = [ ./home-manager/home.nix ];
|
||||
|
||||
# Optionally use extraSpecialArgs
|
||||
# to pass through arguments to home.nix
|
Loading…
x
Reference in New Issue
Block a user