KerryCerqueira / nixos-config

My NixOS system configurations.
1 stars 0 forks source link

uniformly apply catppuccin to as many things as possible #40

Open KerryCerqueira opened 1 week ago

KerryCerqueira commented 1 week ago

Theme should apply to shell, nvim, hyprland, GTK, KDE.

KerryCerqueira commented 1 week ago

96ea88d does this for nvim.

KerryCerqueira commented 6 days ago

Recipe for theming qt:

We need two configuration apps for qt and both need to be bullied into declarativity with extra configs. This fucking blows.

While we're at it, finish configuring dolphin by installing its dependencies:

This is slightly less shit.

The only reason we use kvantum is because we're trying to cajole the catppuccin global option to work for qt. It may be better to either use the specific qt option in the HM module and see if that works, or to feed a catppuccin theme directly to qt6ct or the qt home manager module (which again uses kvantum).

KerryCerqueira commented 5 days ago

Recipe for theming gtk is simpler. Just use the gtk home manager module which has a catppuccin option. Bad news: this option is deprecated as the underlying package is now unsupported.

KerryCerqueira commented 5 days ago

Other updates to theme, generally preferring to version control configs for those applications: