dvvl
This commit is contained in:
parent
9f353d2961
commit
1dc8846fb1
1 changed files with 18 additions and 18 deletions
|
|
@ -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
|
||||
"";
|
||||
)
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue