11
hosts/himalia/users/nick/configs/gui/theme/default.nix
Normal file
11
hosts/himalia/users/nick/configs/gui/theme/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
user ? throw "user argument is required",
|
||||
home ? throw "home argument is required",
|
||||
}:
|
||||
{ ... }:
|
||||
{
|
||||
home-manager.users.${user}.theme = {
|
||||
padding = 0;
|
||||
radius = 0;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user