♻️ back to standalone home-manager

This commit is contained in:
2023-02-18 14:32:30 -05:00
parent fb0689b904
commit f8eac0c248
5 changed files with 58 additions and 37 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, dotfiles, ... }:
{ pkgs, ... }:
{
users.users.walkah = {
@ -10,7 +10,4 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM8YMax7PGIrcPNIHkpuNRFgn3HJK6Wepm+ycZWO6jfR walkah@walkah-ipadpro11"
];
};
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.walkah = import "${dotfiles}/home.nix";
}