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