feat(plasma): set wallpaper
This commit is contained in:
parent
75e7ee70e3
commit
deb956e8bc
|
@ -11,6 +11,15 @@ in mkIf cfg.enable {
|
||||||
|
|
||||||
workspace = {
|
workspace = {
|
||||||
lookAndFeel = "org.kde.breezedark.desktop";
|
lookAndFeel = "org.kde.breezedark.desktop";
|
||||||
|
wallpaper = ../../share/54345906_p0.jpg;
|
||||||
|
};
|
||||||
|
|
||||||
|
hotkeys.commands = {
|
||||||
|
launch-konsole = {
|
||||||
|
name = "Launch Konsole";
|
||||||
|
key = "Meta+Enter";
|
||||||
|
command = "konsole";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
configFile = {
|
configFile = {
|
||||||
|
|
Loading…
Reference in a new issue