Commit 6f951d17e994
users/vincent/desktop/sway.nix
@@ -74,8 +74,8 @@ in
"${mod}+Shift+Up" = "move up";
"${mod}+Shift+Right" = "move right";
- "${mod}+b" = "splith";
- "${mod}+v" = "splitv";
+ # "${mod}+b" = "splith";
+ # "${mod}+v" = "splitv";
"${mod}+f" = "fullscreen toggle";
"${mod}+a" = "focus parent";
@@ -125,7 +125,7 @@ in
bindcode ${mod}+Shift+18 move container to workspace number 9
bindcode ${mod}+Shift+19 move container to workspace number 0
- # bindcode ${mod}+25 layout tabbed
+ bindcode ${mod}+Control+39 split h
'';
};
home.packages = with pkgs; [
shell.nix
@@ -20,6 +20,7 @@ pkgs.mkShell
niv
nixpkgs-fmt
sops
+ yq-go
];
shellHook = ''
export NIX_PATH="nixpkgs=${pkgs.path}:nixos=${nixos.path}:nixos-unstable=${nixos-unstable.path}"