dvvl
This commit is contained in:
parent
9f353d2961
commit
1dc8846fb1
1 changed files with 18 additions and 18 deletions
|
|
@ -28,26 +28,26 @@
|
||||||
))
|
))
|
||||||
];
|
];
|
||||||
|
|
||||||
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" ];
|
||||||
accents = [ "sapphire" ];
|
accents = [ "sapphire" ];
|
||||||
})
|
})
|
||||||
+ "/share/color-schemes/CatppuccinMochaSapphire.colors"
|
+ "/share/color-schemes/CatppuccinMochaSapphire.colors"
|
||||||
)
|
)
|
||||||
+ ''
|
+ ''
|
||||||
|
|
||||||
[UiSettings]
|
[UiSettings]
|
||||||
ColorScheme=qt6ct
|
ColorScheme=qt6ct
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
TerminalApplication=${osconfig.device.programs.terminal.name}
|
TerminalApplication=${osconfig.device.programs.terminal.name}
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
Theme=Papirus
|
Theme=Papirus
|
||||||
''
|
''
|
||||||
else
|
)
|
||||||
"";
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue