modularized further

This commit is contained in:
Bryan Ramos 2024-05-12 12:36:35 -04:00
parent 21a64fd68d
commit 5a6d9378cb
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,5 @@
{
imports = [
./home.nix
];
}

View file

@ -4,9 +4,7 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.${config.user.name} = {
imports = [
../../../user
];
imports = [ ../../../../../user ];
programs.home-manager.enable = true;
programs.bash.shellAliases = {