aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-01 20:29:13 +0200
committerschererleander <leander@schererleander.de>2025-05-01 20:29:13 +0200
commitd21eb546b4f0dce779173d747d9253861516da11 (patch)
tree87b556af0fd7fa76a28f91154af13cc0976be0bb /hosts
parent6b99fa96b9e63b50be71b97ce319eaa36113e061 (diff)
improve zsh startup time, add z plugin
Diffstat (limited to 'hosts')
-rw-r--r--hosts/nixos/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix
index d2307a7..681fc28 100644
--- a/hosts/nixos/configuration.nix
+++ b/hosts/nixos/configuration.nix
@@ -58,8 +58,8 @@
audio.enable = true;
wooting.enable = true;
- programs.zsh.enable = true;
users.users.leander.shell = pkgs.zsh;
+ users.users.leander.ignoreShellProgramCheck = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;