move aspects into folder

This commit is contained in:
Callum Leslie 2026-04-22 21:47:31 +01:00
parent bcf0553529
commit 8229eb8fba
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
8 changed files with 2 additions and 2 deletions

9
modules/aspects/hm.nix Normal file
View file

@ -0,0 +1,9 @@
{ ... }:
{
flake.nixosModules.hm =
{ ... }:
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
};
}