fully remove flavor and accent-specific catppuccin configs

This commit is contained in:
Sean Kovacs 2025-12-13 22:49:47 -05:00
commit 4ca5cebbb6
Signed by: sckova
GPG key ID: 00F325187C68651A
15 changed files with 276 additions and 364 deletions

View file

@ -63,7 +63,11 @@ in
package = pkgs.colloid-icon-theme;
};
# cursor theme handled in home/hosts/host.nix and in config.kdl
cursorTheme = {
name = "catppuccin-${config.catppuccin.flavor}-${config.catppuccin.accent}-cursors";
package = pkgs.catppuccin-cursors."${config.catppuccin.flavor}${config.catppuccinUpper.accent}";
size = 24;
};
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = true;
@ -103,7 +107,6 @@ in
# };
};
# Cursor / icon env vars for GTK and Qt apps
xsession = {
enable = true; # only needed for session variable injection
windowManager.command = "niri"; # launches niri directly
@ -114,6 +117,7 @@ in
screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png";
hotkey-overlay.skip-at-startup = true;
prefer-no-csd = true;
gestures.hot-corners.enable = false;
spawn-at-startup = [
{
command = [
@ -150,6 +154,10 @@ in
drag = false;
};
};
environment = {
QT_QPA_PLATFORM = "wayland";
DISPLAY = null;
};
outputs = {
"eDP-1" = {
scale = 1.75;