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:
Julian Mutter 2024-01-26 13:29:39 +01:00
parent e4d5b6854c
commit bb4a758182
2 changed files with 1 additions and 1 deletions

View File

@ -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