hermit/configuration.nix: enable gtk theming
This commit is contained in:
parent
25943c1b71
commit
1e8007f233
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
|||
|
||||
modules = {
|
||||
desktops.hyprland.enable = true;
|
||||
theming = {
|
||||
gtk.enable = true;
|
||||
};
|
||||
system = {
|
||||
boot.systemd-boot.enable = true;
|
||||
impermanence.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue