This commit is contained in:
afoucaultc 2026-07-07 15:22:59 +02:00
parent 39f608c4ca
commit 5e9cf56185
13 changed files with 60 additions and 42 deletions

View file

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

View file

@ -18,6 +18,7 @@
pciutils
usbutils
inxi
gnupg
];
}