catppuccin / nix

❄️ Soothing pastel theme for Nix
https://nix.catppuccin.com/
MIT License
375 stars 50 forks source link

gnome crashes when using gtk.catppuccin.cursor.enable = true #216

Closed bbigras closed 3 months ago

bbigras commented 3 months ago

see https://github.com/NixOS/nixpkgs/issues/317886 with full log.

{
  gtk = {
    enable = true;
    gtk2.extraConfig = "gtk-application-prefer-dark-theme = true";
    gtk3.extraConfig.gtk-application-prefer-dark-theme = true;
    catppuccin = {
      enable = true;
      cursor.enable = true;
      gnomeShellTheme = true;
      icon.enable = true;
    };
  };
}

also using catppuccin.flavor = "mocha";

jtojnar commented 3 months ago

https://discourse.nixos.org/t/mouse-cursors-broke-after-recent-nixos-rebuild/46790 Should be fixed by #212

getchoo commented 3 months ago

should be solved as of 6336fb8ba1d33498869980ba6b8ce44b25eddf91

feel free to reopen if not :)

bbigras commented 3 months ago

It seems fine. Thanks everyone!