diff --git a/modules/linux/nixos/stylix.nix b/modules/linux/nixos/stylix.nix index 12f9f00..b86f0e5 100644 --- a/modules/linux/nixos/stylix.nix +++ b/modules/linux/nixos/stylix.nix @@ -13,11 +13,11 @@ stylix.enable = true; stylix.autoEnable = true; stylix.image = ./tokyonight.png; - stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml"; + stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml"; # Change Cursor - stylix.cursor.package = pkgs.bibata-cursors; - stylix.cursor.name = "Bibata-Modern-Ice"; + stylix.cursor.package = pkgs.rose-pine-cursor; + stylix.cursor.name = "BreezeX-RosePineDawn"; stylix.cursor.size = 32; # Fix stuff not automatically using dark theme on websites