diff --git a/hosts/lars/hyprland.nix b/hosts/lars/hyprland.nix index 24afae1..16d7b37 100644 --- a/hosts/lars/hyprland.nix +++ b/hosts/lars/hyprland.nix @@ -49,6 +49,9 @@ in { "$mod, Q, killactive" "$mod, return, exec, alacritty" "$mod SHIFT, return, exec, firefox" + + # Application + "$mod SHIFT, c, exec, code" # Monitor management "$mod SHIFT, k, movecurrentworkspacetomonitor, DP-2" diff --git a/hosts/lars/programs.nix b/hosts/lars/programs.nix index 97a5b03..633eb9a 100644 --- a/hosts/lars/programs.nix +++ b/hosts/lars/programs.nix @@ -48,6 +48,8 @@ in { tmux firefox kitty + nextcloud-client + vscode ]; }; }