Add git and neofetch to system packages

Adjust emacs hyprland bind
This commit is contained in:
Evie Litherland-Smith 2023-09-10 17:52:35 +01:00
parent a227840437
commit 6cab23edf8
2 changed files with 2 additions and 1 deletions

View file

@ -125,6 +125,7 @@
networkmanager.enable = true; networkmanager.enable = true;
}; };
environment = { environment = {
systemPackages = with pkgs; [ git neofetch ];
localBinInPath = true; localBinInPath = true;
shellAliases.nou = shellAliases.nou =
''sudo nixos-rebuild switch --flake "${flakeURL}"''; ''sudo nixos-rebuild switch --flake "${flakeURL}"'';

View file

@ -95,7 +95,7 @@ in ''
bind = SUPER SHIFT, Return, exec, pkill rofi || ${rofiPackage}/bin/rofi -show run bind = SUPER SHIFT, Return, exec, pkill rofi || ${rofiPackage}/bin/rofi -show run
bind = SUPER ALT, Space, submap, launch 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, W, exec, [workspace 2] ${firefoxPackage}/bin/firefox
bind = SUPER ALT, D, exec, [workspace 3] ${emacsPackage}/bin/emacsclient -c -a 'emacs' 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 bind = SUPER ALT, F, exec, [workspace 4] ${pkgs.xfce.thunar}/bin/thunar