diff --git a/home/plasma/home.nix b/home/plasma/home.nix index f5aba0a0..ce5fdef6 100644 --- a/home/plasma/home.nix +++ b/home/plasma/home.nix @@ -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 = {