use gsettings instead of dconf, wip
This commit is contained in:
parent
d6851d5869
commit
7f5c870ecd
13 changed files with 205 additions and 182 deletions
4
modules/graphical/adw-gtk3.nix
Normal file
4
modules/graphical/adw-gtk3.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = [pkgs.adw-gtk3];
|
||||
users.users.quadradical.maid.gsettings.settings.org.gnome.desktop.interface.gtk-theme = "adw-gtk3";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue