Catppuccin-nix: the soothing pastel theme, but for nix!

This is how kvantum is currently installed for me:

  home.packages = with pkgs; [
    (catppuccin-kvantum.override {
      accent = "Blue";
      variant = "Macchiato";
    })
    libsForQt5.qtstyleplugin-kvantum
    libsForQt5.qt5ct
  ];

Then I just set kvantum as the theme in qt5ct and qt6ct, which you can either do manually or using home-manager:

You can try doing that for starters and see if that works and what’s different from what you have now.

That being said, this is the thought process I have regarding why you couldn’t find it:

  • How is kvantum currently installed?
  • Does installing it with NixOS vs home-manager make a difference?
  • Is there a difference between installing the qt5 or qt6 versions of kvantum?
  • Can you confirm that home-manager is indeed managed by NixOS? (maybe by checking another package)