remove catppuccin window decorations

This commit is contained in:
Sean Kovacs 2025-12-03 16:46:55 -05:00
commit f00a845f2c
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 49 additions and 27 deletions

View file

@ -15,6 +15,7 @@
catppuccin-cursors.mochaLight
catppuccin-cursors.mochaBlue
(
(catppuccin-kde.override {
flavour = [
"latte"
@ -23,7 +24,13 @@
accents = [
"blue"
];
}).overrideAttrs
(oldAttrs: {
postInstall = ''
rm -rf $out/share/aurorae
'';
})
)
# steam gtk theming
adwsteamgtk

View file

@ -20,6 +20,7 @@
catppuccin-cursors.mochaLight
catppuccin-cursors.mochaPeach
(
(catppuccin-kde.override {
flavour = [
"latte"
@ -28,7 +29,13 @@
accents = [
"peach"
];
}).overrideAttrs
(oldAttrs: {
postInstall = ''
rm -rf $out/share/aurorae
'';
})
)
];
programs.plasma = {

View file

@ -15,6 +15,7 @@
catppuccin-cursors.mochaLight
catppuccin-cursors.mochaGreen
(
(catppuccin-kde.override {
flavour = [
"latte"
@ -23,7 +24,14 @@
accents = [
"green"
];
}).overrideAttrs
(oldAttrs: {
postInstall = ''
rm -rf $out/share/aurorae
'';
})
)
];
programs.plasma = {