From 31a094695980fe794cefe875a8ba90a30cc43951 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:55:15 +0200 Subject: [PATCH] main-laptop: remove zsh enable --- hosts/main-laptop/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/main-laptop/configuration.nix b/hosts/main-laptop/configuration.nix index e3874d3..25c2250 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -116,7 +116,6 @@ #todo modularize! programs.xwayland.enable = true; - programs.zsh.enable = true; # Allow unfree packages nixpkgs.config.allowUnfree = true;