diff --git a/home-manager/hosts/nixos-framework/desktops/plasma6/plasma-manager.nix b/home-manager/hosts/nixos-framework/desktops/plasma6/plasma-manager.nix index 2f906b7f..d9267c49 100644 --- a/home-manager/hosts/nixos-framework/desktops/plasma6/plasma-manager.nix +++ b/home-manager/hosts/nixos-framework/desktops/plasma6/plasma-manager.nix @@ -1,17 +1,30 @@ { theme, ... }: { programs.plasma = { + configFile = { + "kwinrc"."Desktops"."Id_1" = "6397510c-04f5-4aaf-bff9-66cea108b111"; + "kwinrc"."Desktops"."Id_2" = "99b48444-5d80-4ea3-9602-35235349b6f9"; + "kwinrc"."Desktops"."Id_3" = "4a2ae169-0b7e-43ed-97c6-8a2d55b0a379"; + "kwinrc"."Desktops"."Id_4" = "2bca1e94-a84d-4514-a2c8-a7acfaf10371"; + "kwinrc"."Desktops"."Number" = 4; + "kwinrc"."Desktops"."Rows" = 1; + }; + hotkeys = { }; workspace = { + clickItemTo = "select"; iconTheme = "Papirus-Dark"; - wallpaper = "/etc/nixos/git/wallpapers/${theme}/wallpaper1.png"; + wallpaper = "/etc/nixos/git/wallpapers/default/wallpaper1.png"; theme = "Arc-Dark"; colorScheme = "Arc"; }; panels = [ { location = "bottom"; + floating = true; + height = 36; + widgets = [ { name = "org.kde.plasma.kicker"; @@ -65,6 +78,7 @@ format = "24h"; showSeconds = "never"; }; + date.enable = false; }; } ];