home-manager and stuff

This commit is contained in:
tristan 2023-04-12 12:28:39 +01:00
parent 395ec3d6e8
commit 622c443a60
3 changed files with 67 additions and 64 deletions

View file

@ -27,10 +27,15 @@
hyprland.nixosModules.default
{programs.hyprland.enable = true;}
./system/configuration.nix
home-manager.nixosModules.home-manager {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.tristan = {
imports = [ ./users/tristan/home.nix ];
};
}
];
};
};
};
}