Bump stylix application font size up to 24

This commit is contained in:
Dave Gallant
2024-05-19 16:55:13 -04:00
parent 53ed4b8e3c
commit abb3770040
2 changed files with 2 additions and 4 deletions

View File

@@ -347,7 +347,6 @@ in
enable = stdenv.isLinux; enable = stdenv.isLinux;
plugins = [ pkgs.rofi-emoji ]; plugins = [ pkgs.rofi-emoji ];
terminal = "${pkgs.alacritty}/bin/alacritty"; terminal = "${pkgs.alacritty}/bin/alacritty";
extraConfig = { extraConfig = {
modi = "drun,run"; modi = "drun,run";
show-icons = true; show-icons = true;
@@ -438,9 +437,7 @@ in
nvim-tree.enable = true; nvim-tree.enable = true;
packer = { packer = {
enable = true; enable = true;
plugins = [ plugins = [ ];
"folke/tokyonight.nvim"
];
}; };
rainbow-delimiters.enable = true; rainbow-delimiters.enable = true;
treesitter.enable = true; treesitter.enable = true;

View File

@@ -27,6 +27,7 @@ in
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
image = "/run/current-system/sw/share/backgrounds/gnome/blobs-l.svg"; image = "/run/current-system/sw/share/backgrounds/gnome/blobs-l.svg";
polarity = "dark"; polarity = "dark";
fonts.sizes.desktop = 24;
}; };
boot = { boot = {