gnome: switch interface font to Adwaita Sans
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m58s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m58s
This commit is contained in:
parent
8ae46250e5
commit
48386a44c5
@ -41,10 +41,10 @@ in
|
||||
color-scheme = "prefer-dark";
|
||||
cursor-theme = "Adwaita";
|
||||
enable-hot-corners = false;
|
||||
font-name = "Cantarell 11";
|
||||
font-name = "Adwaita Sans 11";
|
||||
gtk-theme = "adw-gtk3-dark";
|
||||
icon-theme = "MoreWaita";
|
||||
monospace-font-name = "UbuntuMono Nerd Font 11";
|
||||
monospace-font-name = "Adwaita Mono 11";
|
||||
toolbar-style = "both-horiz";
|
||||
};
|
||||
"org/gnome/desktop/peripherals/touchpad" = {
|
||||
@ -254,6 +254,7 @@ in
|
||||
|
||||
environment.systemPackages = with pkgs.unstable; [
|
||||
adw-gtk3
|
||||
adwaita-fonts
|
||||
kdePackages.qtstyleplugin-kvantum
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
morewaita-icon-theme
|
||||
|
Loading…
x
Reference in New Issue
Block a user