WIP: restructure home manager
This commit is contained in:
17
users/default.nix
Normal file
17
users/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ inputs
|
||||
, pkgs
|
||||
, lib
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
imports = [ ./option.nix ];
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
headless = false;
|
||||
};
|
||||
useUserPackages = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user