disable kde target stylix

This commit is contained in:
sadan 2025-03-20 17:47:23 -04:00
parent 646d4cc494
commit 6f319a5da1
No known key found for this signature in database

View file

@ -60,6 +60,7 @@ in
splashScreen = {
theme = "a2n.kuro";
};
wallpaper = ../../../dotfiles/wallpaper.jpg;
};
hotkeys = {
commands = {
@ -87,4 +88,11 @@ in
};
};
};
stylix = {
targets = {
kde = {
enable = false;
};
};
};
}