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

View File

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