Manage users with the option system

This commit is contained in:
SebastianStork 2025-06-13 16:21:42 +02:00
parent 9386dc29d7
commit d7070b6fb5
15 changed files with 79 additions and 71 deletions

View file

@ -1,17 +0,0 @@
{
inputs,
self,
pkgs-unstable,
...
}:
{
imports = [ inputs.home-manager.nixosModules.home-manager ];
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = {
inherit inputs self pkgs-unstable;
};
};
}