diff --git a/flake.nix b/flake.nix index 8e350cec..15172e4f 100644 --- a/flake.nix +++ b/flake.nix @@ -125,6 +125,7 @@ networkmanager.enable = true; }; environment = { + systemPackages = with pkgs; [ git neofetch ]; localBinInPath = true; shellAliases.nou = ''sudo nixos-rebuild switch --flake "${flakeURL}"''; diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 8f811e1f..77b18da1 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -95,7 +95,7 @@ in '' bind = SUPER SHIFT, Return, exec, pkill rofi || ${rofiPackage}/bin/rofi -show run bind = SUPER ALT, Space, submap, launch - bind = SUPER ALT, E, exec, ${emacsPackage}/bin/emacsclient -c -a 'emacs' + bind = SUPER, E, exec, ${emacsPackage}/bin/emacsclient -c -a 'emacs' bind = SUPER ALT, W, exec, [workspace 2] ${firefoxPackage}/bin/firefox bind = SUPER ALT, D, exec, [workspace 3] ${emacsPackage}/bin/emacsclient -c -a 'emacs' bind = SUPER ALT, F, exec, [workspace 4] ${pkgs.xfce.thunar}/bin/thunar