add deck home manager

This commit is contained in:
2025-02-08 11:49:52 +00:00
parent b31503e82b
commit 0241c5ce3a
5 changed files with 132 additions and 14 deletions

View File

@@ -44,9 +44,10 @@
linger = true;
};
home-manager.useGlobalPkgs = true;
home-manager = {
useGlobalPkgs = true;
extraSpecialArgs = { inherit inputs; };
sharedModules = [ ];
users = {
"worble" = import ./home.nix;
};