diff --git a/home-manager/modules/plasma.nix b/home-manager/modules/plasma.nix index fbb4a22..b1e9901 100755 --- a/home-manager/modules/plasma.nix +++ b/home-manager/modules/plasma.nix @@ -29,6 +29,11 @@ translucency.enable = true; wobblyWindows.enable = true; }; + + virtualDesktops.names = [ + "Personal" + "School" + ]; }; kscreenlocker = {