use home-manager nixos module
This commit is contained in:
parent
bd1477f9f8
commit
68e8cac04e
3 changed files with 18 additions and 11 deletions
|
@ -30,10 +30,6 @@ in
|
|||
{
|
||||
home = hmConfiguration {
|
||||
extraModules = [ ./home ];
|
||||
overlays = [
|
||||
(final: prev: { s = scripts; })
|
||||
(final: prev: { n = nvd; })
|
||||
];
|
||||
stateVersion = "20.09";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue