pull/5/head
pegasust 2023-01-12 23:47:43 -07:00
parent 2176df3047
commit 7a3eee8647
1 changed files with 17 additions and 1 deletions

View File

@ -121,7 +121,23 @@
};
};
};
"htran" = home-manager.lib.homeManagerConfiguration { };
"htran" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [
./home.nix
{
base.graphics.enable = false;
base.keepass.path = "/Users/htran/keepass.kdbx";
}
];
extraSpecialArgs = mkModuleArgs {
inherit pkgs;
myHome = {
username = "htran";
homeDirectory = "/Users/htran";
};
};
};
"nixos@Felia" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [