diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-20 11:59:24 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-20 11:59:24 -0500 |
| commit | c1653d9336266db53c5d02b8a618daa2767e3c43 (patch) | |
| tree | de157735aa2beced49b82c8ab84a8cb3dd2538c2 /system | |
| parent | switch back to hyprlock, update style (diff) | |
| download | dotfiles-nix-c1653d9336266db53c5d02b8a618daa2767e3c43.tar.gz dotfiles-nix-c1653d9336266db53c5d02b8a618daa2767e3c43.tar.bz2 dotfiles-nix-c1653d9336266db53c5d02b8a618daa2767e3c43.zip | |
update gtk icon theme, add qt->gtk theme shim
Diffstat (limited to 'system')
| -rw-r--r-- | system/desktop.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/desktop.nix b/system/desktop.nix index 8a37148..9017ce7 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -31,6 +31,13 @@ in { # gtk portal? programs.dconf.enable = true; + # qt + qt = { + enable = true; + platformTheme = "gtk2"; + style = "gtk2"; + }; + # audio / video services.pipewire = { enable = true; |