diff --git a/config/packages/alacritty/alacritty.yml b/config/packages/alacritty/alacritty.yml index 009d20e..7b82870 100644 --- a/config/packages/alacritty/alacritty.yml +++ b/config/packages/alacritty/alacritty.yml @@ -53,7 +53,3 @@ key_bindings: - { key: PageDown, mods: Shift, action: ScrollPageDown } - { key: Home, mods: Shift, action: ScrollToTop } - { key: End, mods: Shift, action: ScrollToBottom } - -shell: - program: /bin/zsh - diff --git a/system/shared.nix b/system/shared.nix index e3a44e6..e29f957 100644 --- a/system/shared.nix +++ b/system/shared.nix @@ -66,12 +66,15 @@ "flatpak" "wheel" ]; + shell = pkgs.zsh }; programs.steam = { enable = true; remotePlay.openFirewall = true; }; + + programs.zsh.enable = true; fonts = { packages = with pkgs; [