home(plasma): set wallpaper

This commit is contained in:
514fpv 2024-05-13 11:39:48 +08:00
parent ed114c6ed0
commit 0c3e7862c4
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ

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 = {