diff --git a/flake.nix b/flake.nix index 6f36f8d..a6e4ec8 100644 --- a/flake.nix +++ b/flake.nix @@ -9,6 +9,10 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; + plasma-manager = { + url = "github:pjones/plasma-manager"; + inputs.nixpkgs.follows = "nixpkgs"; + }; # stylix.url = "github:danth/stylix"; helix = { url = "github:the-mikedavis/helix"; @@ -40,6 +44,7 @@ nixos-hardware, nixos-raspberrypi, home-manager, + plasma-manager, # stylix, helix, jujutsu, diff --git a/users/tao.nix b/users/tao.nix index d6dd96e..a42a97e 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -5,6 +5,7 @@ ... }: { users.users.tao.packages = with pkgs; [ + inputs.plasma-manager.packages.${pkgs.system}.default # enchant # fractal # joshuto diff --git a/users/tao/plasma.nix b/users/tao/plasma.nix index 851b20a..8a68b0c 100644 --- a/users/tao/plasma.nix +++ b/users/tao/plasma.nix @@ -45,7 +45,7 @@ "kwin"."MoveZoomLeft" = [ ]; "kwin"."MoveZoomRight" = [ ]; "kwin"."MoveZoomUp" = [ ]; - "kwin"."Overview" = "Meta+W"; + "kwin"."Overview" = [ ]; "kwin"."Setup Window Shortcut" = [ ]; "kwin"."Show Desktop" = "Meta+D"; "kwin"."Switch One Desktop Down" = "Meta+Ctrl+Down"; @@ -225,6 +225,7 @@ "plasmashell"."switch to next activity" = [ ]; "plasmashell"."switch to previous activity" = [ ]; "plasmashell"."toggle do not disturb" = [ ]; + "services.org.wezfurlong.wezterm.desktop"."_launch" = "Meta+Return"; }; configFile = { "baloofilerc"."General"."dbVersion" = 2; @@ -260,7 +261,7 @@ "kwinrc"."Desktops"."Number" = 1; "kwinrc"."Desktops"."Rows" = 1; "kwinrc"."Tiling"."padding" = 4; - "kwinrc"."Tiling.b139d5e7-0994-57d9-b378-1e6f13020bc3"."tiles" = "{\"layoutDirection\":\"horizontal\",\"tiles\":[{\"width\":0.25},{\"width\":0.5},{\"width\":0.25}]}"; + "kwinrc"."Tiling.b139d5e7-0994-57d9-b378-1e6f13020bc3"."tiles" = "{\"layoutDirection\":\"horizontal\",\"tiles\":[{\"width\":0.5},{\"width\":0.5}]}"; "kwinrc"."Wayland"."InputMethod[$e]" = "/run/current-system/sw/share/applications/fcitx5-wayland-launcher.desktop"; "kwinrc"."Xwayland"."Scale" = 1; "kxkbrc"."Layout"."DisplayNames" = "";