9
hosts/common/user/configs/console/nixpkgs/default.nix
Normal file
9
hosts/common/user/configs/console/nixpkgs/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
username ? throw "username argument is required",
|
||||
}:
|
||||
{ inputs, ... }:
|
||||
{
|
||||
home-manager.users.${username} = {
|
||||
imports = [ inputs.nur.hmModules.nur ];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user