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 =
|
||||
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" ];
|
||||
accents = [ "sapphire" ];
|
||||
})
|
||||
+ "/share/color-schemes/CatppuccinMochaSapphire.colors"
|
||||
)
|
||||
+ ''
|
||||
(pkgs.catppuccin-kde.override {
|
||||
flavour = [ "mocha" ];
|
||||
accents = [ "sapphire" ];
|
||||
})
|
||||
+ "/share/color-schemes/CatppuccinMochaSapphire.colors"
|
||||
)
|
||||
+ ''
|
||||
|
||||
[UiSettings]
|
||||
ColorScheme=qt6ct
|
||||
[UiSettings]
|
||||
ColorScheme=qt6ct
|
||||
|
||||
[General]
|
||||
TerminalApplication=${osconfig.device.programs.terminal.name}
|
||||
[General]
|
||||
TerminalApplication=${osconfig.device.programs.terminal.name}
|
||||
|
||||
[Icons]
|
||||
Theme=Papirus
|
||||
''
|
||||
else
|
||||
"";
|
||||
[Icons]
|
||||
Theme=Papirus
|
||||
''
|
||||
)
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue