slopfarms
This commit is contained in:
parent
fafb1bb009
commit
5acdaed42a
6 changed files with 162 additions and 5 deletions
25
hosts/kittykat/home.nix
Normal file
25
hosts/kittykat/home.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
backupFileExtension = "backup";
|
||||
|
||||
users.tulg = {
|
||||
home.username = "tulg";
|
||||
home.homeDirectory = "/home/tulg";
|
||||
home.stateVersion = "25.05";
|
||||
|
||||
imports = [
|
||||
../../modules/home-manager/pkgs.nix
|
||||
../../modules/home-manager/cli/default.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue