This commit is contained in:
Asaki Yuki 2026-04-13 18:46:50 +07:00
parent d3ff717341
commit 0ae8f323bd

View file

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