diff --git a/home/profiles/common/stylix.nix b/home/profiles/common/stylix.nix index 293c8ec5..a96e425d 100644 --- a/home/profiles/common/stylix.nix +++ b/home/profiles/common/stylix.nix @@ -6,6 +6,13 @@ name = "Bibata-Modern-Ice"; size = 32; }; + image = ./stylix.png; + icons = { + enable = true; + light = "MoreWaita"; + dark = "MoreWaita"; + package = pkgs.morewaita-icon-theme; + }; fonts = { sansSerif = { name = "Jost"; @@ -21,6 +28,7 @@ }; }; autoEnable = true; + polarity = "light"; base16Scheme = "${pkgs.base16-schemes}/share/themes/sakura.yaml"; }; } diff --git a/home/profiles/common/stylix.png b/home/profiles/common/stylix.png new file mode 100644 index 00000000..7a1a7942 Binary files /dev/null and b/home/profiles/common/stylix.png differ diff --git a/nixos/common/stylix.nix b/nixos/common/stylix.nix index 471134d7..24ff097d 100644 --- a/nixos/common/stylix.nix +++ b/nixos/common/stylix.nix @@ -20,6 +20,7 @@ popups = 0.8; }; image = ./stylix.png; + polarity = "light"; fonts = { sansSerif = { name = "Jost";