home-manager purged
This commit is contained in:
parent
5275eefa61
commit
6755222762
14 changed files with 54 additions and 583 deletions
|
@ -5,21 +5,8 @@
|
|||
}:
|
||||
with lib; let
|
||||
cfg = config.modules.usrEnv.style.gtk;
|
||||
inherit (config.modules.other.system) username;
|
||||
inherit (config.modules.usrEnv.style.gtk) theme iconTheme;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
programs.dconf.enable = true; # NOTE: we need this or gtk breaks
|
||||
home-manager.users.${username} = {
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
inherit (theme) name package;
|
||||
};
|
||||
iconTheme = {
|
||||
inherit (iconTheme) name package;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue