feat(plasma): set wallpaper

This commit is contained in:
514fpv 2024-05-13 11:39:48 +08:00
parent 75e7ee70e3
commit deb956e8bc
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -11,6 +11,15 @@ in mkIf cfg.enable {
workspace = {
lookAndFeel = "org.kde.breezedark.desktop";
wallpaper = ../../share/54345906_p0.jpg;
};
hotkeys.commands = {
launch-konsole = {
name = "Launch Konsole";
key = "Meta+Enter";
command = "konsole";
};
};
configFile = {