diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-01-05 09:31:51 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-01-05 09:31:51 +0100 |
commit | cde896f6fcbe12d6e5fec062c9588809c560cd4f (patch) | |
tree | 6f77bae74a50f8ef5a78ff37a948527c20ac95d6 /home-manager/common.nix | |
parent | 289e89a6169a6d7db12aba28e4516989536ef386 (diff) |
Update to 24.11 and disabled hy3 for now
Diffstat (limited to 'home-manager/common.nix')
-rw-r--r-- | home-manager/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/common.nix b/home-manager/common.nix index c72c80f..686b678 100644 --- a/home-manager/common.nix +++ b/home-manager/common.nix @@ -240,7 +240,7 @@ padding = { x = 5; y = 2; }; }; env = { TERM = "alacritty-direct"; }; - shell = { + terminal.shell = { program = "${pkgs.zsh}/bin/zsh"; args = [ "-l" ]; }; |