From b06ca2b82878b54eb0ce88de928089dbd0496f76 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Sun, 7 Jul 2024 21:13:31 +0100 Subject: [PATCH] Update zsh usage --- config/packages/alacritty/alacritty.yml | 4 ---- system/shared.nix | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) 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; [