gnome: switch interface font to Adwaita Sans
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m58s

This commit is contained in:
Jordan Holt 2025-02-22 14:51:00 +00:00
parent 8ae46250e5
commit 48386a44c5
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -41,10 +41,10 @@ in
color-scheme = "prefer-dark"; color-scheme = "prefer-dark";
cursor-theme = "Adwaita"; cursor-theme = "Adwaita";
enable-hot-corners = false; enable-hot-corners = false;
font-name = "Cantarell 11"; font-name = "Adwaita Sans 11";
gtk-theme = "adw-gtk3-dark"; gtk-theme = "adw-gtk3-dark";
icon-theme = "MoreWaita"; icon-theme = "MoreWaita";
monospace-font-name = "UbuntuMono Nerd Font 11"; monospace-font-name = "Adwaita Mono 11";
toolbar-style = "both-horiz"; toolbar-style = "both-horiz";
}; };
"org/gnome/desktop/peripherals/touchpad" = { "org/gnome/desktop/peripherals/touchpad" = {
@ -254,6 +254,7 @@ in
environment.systemPackages = with pkgs.unstable; [ environment.systemPackages = with pkgs.unstable; [
adw-gtk3 adw-gtk3
adwaita-fonts
kdePackages.qtstyleplugin-kvantum kdePackages.qtstyleplugin-kvantum
libsForQt5.qtstyleplugin-kvantum libsForQt5.qtstyleplugin-kvantum
morewaita-icon-theme morewaita-icon-theme