mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Bump stylix application font size up to 24
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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 = {
|
||||||
|
Reference in New Issue
Block a user