@@ -1,17 +0,0 @@
|
||||
{
|
||||
user ? throw "user argument is required",
|
||||
home ? throw "home argument is required",
|
||||
}:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home-manager.users.${user} = {
|
||||
imports = lib.lists.optional (
|
||||
!config.home-manager.useGlobalPkgs
|
||||
) inputs.nur.modules.homeManager.default;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user