fix deprecated package names and gtk4 theme warning
- protonvpn-gui → proton-vpn - xfce.thunar → thunar - set gtk.gtk4.theme = null to adopt new HM 26.05 default Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cea4d37bfb
commit
88b9c24ffb
3 changed files with 4 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
geary
|
geary
|
||||||
wowup-cf
|
wowup-cf
|
||||||
adwsteamgtk
|
adwsteamgtk
|
||||||
protonvpn-gui
|
proton-vpn
|
||||||
onlyoffice-desktopeditors
|
onlyoffice-desktopeditors
|
||||||
woeusb
|
woeusb
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
mission-center
|
mission-center
|
||||||
vlc
|
vlc
|
||||||
geary
|
geary
|
||||||
protonvpn-gui
|
proton-vpn
|
||||||
onlyoffice-desktopeditors
|
onlyoffice-desktopeditors
|
||||||
woeusb
|
woeusb
|
||||||
vscodium
|
vscodium
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
services.xserver.desktopManager.xfce.enable = true;
|
services.xserver.desktopManager.xfce.enable = true;
|
||||||
|
|
||||||
# Thunar is pulled in by XFCE but we use Nemo instead.
|
# Thunar is pulled in by XFCE but we use Nemo instead.
|
||||||
environment.xfce.excludePackages = [ pkgs.xfce.thunar ];
|
environment.xfce.excludePackages = [ pkgs.thunar ];
|
||||||
|
|
||||||
# Flatpak for ad-hoc app installs via Bazaar
|
# Flatpak for ad-hoc app installs via Bazaar
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
@ -52,6 +52,7 @@
|
||||||
# Minimal titlebars — stylix manages the GTK theme; we layer our
|
# Minimal titlebars — stylix manages the GTK theme; we layer our
|
||||||
# headerbar shrink on top via stylix.targets.gtk.extraCss.
|
# headerbar shrink on top via stylix.targets.gtk.extraCss.
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
gtk.gtk4.theme = null;
|
||||||
|
|
||||||
dconf.settings."org/nemo/window-state".start-with-menu-bar = false;
|
dconf.settings."org/nemo/window-state".start-with-menu-bar = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue