This commit is contained in:
Asaki Yuki 2026-04-13 20:34:08 +07:00
parent 9f353d2961
commit 1dc8846fb1

View file

@ -28,8 +28,8 @@
))
];
xdg.configFile.kdeglobals.text =
if (osconfig.device.wm.hyprland.enable || osconfig.device.wm.niri.enable) then
xdg.configFile.kdeglobals = lib.mkIf (osconfig.device.wm.hyprland.enable || osconfig.device.wm.niri.enable) {
text = (
builtins.readFile (
(pkgs.catppuccin-kde.override {
flavour = [ "mocha" ];
@ -48,6 +48,6 @@
[Icons]
Theme=Papirus
''
else
"";
)
};
}