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 =
|
xdg.configFile.kdeglobals = lib.mkIf (osconfig.device.wm.hyprland.enable || osconfig.device.wm.niri.enable) {
|
||||||
if (osconfig.device.wm.hyprland.enable || osconfig.device.wm.niri.enable) then
|
text = (
|
||||||
builtins.readFile (
|
builtins.readFile (
|
||||||
(pkgs.catppuccin-kde.override {
|
(pkgs.catppuccin-kde.override {
|
||||||
flavour = [ "mocha" ];
|
flavour = [ "mocha" ];
|
||||||
|
|
@ -48,6 +48,6 @@
|
||||||
[Icons]
|
[Icons]
|
||||||
Theme=Papirus
|
Theme=Papirus
|
||||||
''
|
''
|
||||||
else
|
)
|
||||||
"";
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue