modules: home: put into folder

This commit is contained in:
Bruno BELANYI 2021-09-25 15:10:20 +02:00
parent 875a3d8587
commit c6cc64e156
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
{
imports = [
./hardware
./home.nix
./home
./programs
./services
./system

View File

@ -14,7 +14,7 @@ in
config = lib.mkIf cfg.enable {
home-manager = {
# Not a fan of out-of-directory imports, but this is a good exception
users.${config.my.user.name} = import ../home;
users.${config.my.user.name} = import ../../home;
# Nix Flakes compatibility
useGlobalPkgs = true;