semicolon 😭
This commit is contained in:
parent
1dc8846fb1
commit
766b986ae0
1 changed files with 21 additions and 19 deletions
|
|
@ -28,7 +28,9 @@
|
||||||
))
|
))
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.configFile.kdeglobals = lib.mkIf (osconfig.device.wm.hyprland.enable || osconfig.device.wm.niri.enable) {
|
xdg.configFile.kdeglobals =
|
||||||
|
lib.mkIf (osconfig.device.wm.hyprland.enable || osconfig.device.wm.niri.enable)
|
||||||
|
{
|
||||||
text = (
|
text = (
|
||||||
builtins.readFile (
|
builtins.readFile (
|
||||||
(pkgs.catppuccin-kde.override {
|
(pkgs.catppuccin-kde.override {
|
||||||
|
|
@ -48,6 +50,6 @@
|
||||||
[Icons]
|
[Icons]
|
||||||
Theme=Papirus
|
Theme=Papirus
|
||||||
''
|
''
|
||||||
)
|
);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue