From 981d9a9e675fd7306cfb46338ef779555f5e84d0 Mon Sep 17 00:00:00 2001 From: yukkop Date: Sun, 2 Feb 2025 12:42:33 +0000 Subject: [PATCH] fix: `zsh.enable` true in `preset.default` --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index fe79da6..10276d8 100644 --- a/flake.nix +++ b/flake.nix @@ -103,6 +103,7 @@ nixosModules.${system} = { "preset.default" = { pkgs, modulesPath, ... }: { + programs.zsh.enable = true; users.defaultUserShell = pkgs.zsh; virtualisation.vmVariant.virtualisation = {