issue with protonmail-bridge not solved

This commit is contained in:
afoucaultc 2026-07-07 08:47:55 +02:00
parent 39f608c4ca
commit cddb6edde7
12 changed files with 56 additions and 78 deletions

View file

@ -3,7 +3,8 @@
stylix = {
enable = true;
targets.gtksourceview.enable = false;
base16Scheme = "${pkgs.base16-schemes}/share/themes/solarized-dark.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
polarity = "dark";
cursor = {
package = pkgs.bibata-cursors;
@ -25,6 +26,5 @@
terminal = 12;
};
};
polarity = "dark";
};
}