migrated home-manager from a nixos module to a standalone thing
This commit is contained in:
parent
9c2e1ea464
commit
8aa1d65d73
11 changed files with 25 additions and 27 deletions
|
|
@ -21,10 +21,4 @@
|
|||
hashedPassword = "!";
|
||||
};
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = specialArgs;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue