More niri styling

This commit is contained in:
2025-06-23 17:04:59 +02:00
parent 849bd2a5e0
commit 64f21a317b
6 changed files with 106 additions and 1 deletions

View File

@@ -42,7 +42,16 @@ in {
stylix.base16Scheme = lib.mkIf (cfg.theme != "theme") "${pkgs.base16-schemes}/share/themes/${cfg.theme}.yaml";
stylix.autoEnable = true;
# stylix.opacity.terminal = 0.9;
stylix.fonts.monospace = {
package = pkgs.nerd-fonts.dejavu-sans-mono;
name = "DejaVuSansM Nerd Font Mono";
};
# stylix.fonts.monospace = {
# package = pkgs.dejavu_fonts;
# name = "DejaVu Sans Mono";
# };
stylix.cursor = {
package = pkgs.phinger-cursors;