Large restructuring

This commit is contained in:
baduhai 2022-12-22 22:38:12 -03:00
parent 22a6bd4040
commit 4e174013da
26 changed files with 39 additions and 43 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ specialArgs, inputs, config, pkgs, lib, ... }:
{
users.users = {
@ -18,4 +18,10 @@
hashedPassword = "!";
};
};
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = specialArgs;
};
}