add deck home manager
This commit is contained in:
@@ -44,9 +44,10 @@
|
||||
linger = true;
|
||||
};
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
sharedModules = [ ];
|
||||
users = {
|
||||
"worble" = import ./home.nix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user