niri fixes

This commit is contained in:
mtgmonkey 2025-06-18 12:42:53 -04:00
parent b368375a37
commit 890b8c0d5e
4 changed files with 288 additions and 116 deletions

View file

@ -1,24 +1,22 @@
{
config,
pkgs,
...
}: {
{pkgs, ...}: {
stylix = {
enable = true;
# rebecca has lavener bkg
# tube has dark gray bkg
# silk-light is light theme
base16Scheme = "${pkgs.base16-schemes}/share/themes/tube.yaml";
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/silk-light.yaml";
polarity = "light";
image = ./stylix/nix-wallpaper-gear.png;
fonts = {
serif = config.stylix.fonts.monospace;
sansSerif = config.stylix.fonts.monospace;
emoji = config.stylix.fonts.monospace;
monospace = {
package = pkgs.miracode;
name = "Miracode";
};
};
cursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 8;
};
};
}