nix/modules/stylix/default.nix
2024-06-12 06:49:44 +02:00

34 lines
797 B
Nix

{ config, inputs, pkgs, ... }:
{
stylix.image = ./image.png;
stylix.override= {
base00 = "282828";
base01 = "3c3836";
base02 = "504945";
base03 = "665c54";
base04 = "bdae93";
base05 = "d5c4a1";
base06 = "ebdbb2";
base07 = "fbf1c7";
base08 = "fb4934";
base09 = "fe8019";
base0A = "fabd2f";
base0B = "b8bb26";
base0C = "8ec07c";
base0D = "83a598";
base0E = "d3869b";
base0F = "d65d0e";
};
stylix.cursor.package = pkgs.bibata-cursors;
stylix.cursor.name = "Bibata-Modern-Ice";
stylix.cursor.size = 24;
stylix.targets.chromium.enable = false;
#stylix.homeManagerIntegration.autoImport = false;
stylix.targets.waybar.enable = false;
stylix.targets.rofi.enable = false;
#stylix.targets.alaritty.enable = false;
}