rust pobeda
This commit is contained in:
parent
1bc03bdb14
commit
5cd0ded292
59 changed files with 1185 additions and 1389 deletions
14
hosts/lil-maid/home/default.nix
Normal file
14
hosts/lil-maid/home/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ inputs, dotfiles, ... }:
|
||||
{
|
||||
imports = [
|
||||
./nero.nix
|
||||
];
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = { inherit inputs dotfiles; };
|
||||
};
|
||||
|
||||
users.mutableUsers = false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue