From 381e5e973c9f12b5a5b419ebb8eff0abbbfbbf77 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Mon, 13 May 2024 11:39:48 +0800 Subject: [PATCH] home(plasma): set wallpaper --- home/plasma/home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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 = {