From c2901667b044764111f1010247c6544e3863ac3d Mon Sep 17 00:00:00 2001 From: twoneis Date: Fri, 3 Nov 2023 04:56:41 +0100 Subject: [PATCH] reverted zsh config --- base-system/desktop-config.nix | 5 +---- base-system/home.nix | 9 --------- base-system/surface-config.nix | 3 --- base-system/system-packages.nix | 1 - 4 files changed, 1 insertion(+), 17 deletions(-) diff --git a/base-system/desktop-config.nix b/base-system/desktop-config.nix index 7d432df..3f35bc9 100644 --- a/base-system/desktop-config.nix +++ b/base-system/desktop-config.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, niri, ... }: +{ config, pkgs, ... }: { imports = @@ -13,9 +13,6 @@ # Enable nix flakes nix.settings.experimental-features = [ "nix-command" "flakes" ]; - # Add zsh to link path to enable completion for system packages - environment.pathsToLink = [ "/share/zsh" ]; - # Disable documentation documentation.nixos.enable = false; diff --git a/base-system/home.nix b/base-system/home.nix index 405f87f..747b6db 100644 --- a/base-system/home.nix +++ b/base-system/home.nix @@ -33,15 +33,6 @@ enable = true; settings = import ./dotfiles/alacritty/alacritty.nix; }; - - zsh = { - enable = true; - enableAutosuggestions = true; - enableCompletion = true; - enableVteIntegration = true; - dotDir = ".config/zsh"; - history.ignoreDups = true; - }; }; diff --git a/base-system/surface-config.nix b/base-system/surface-config.nix index 42526c3..aa47239 100644 --- a/base-system/surface-config.nix +++ b/base-system/surface-config.nix @@ -13,9 +13,6 @@ # Enable nix flakes nix.settings.experimental-features = [ "nix-command" "flakes" ]; - # Add zsh to link path to enable completion for system packages - environment.pathsToLink = [ "/share/zsh" ]; - # Disable documentation documentation.nixos.enable = false; diff --git a/base-system/system-packages.nix b/base-system/system-packages.nix index 0f1715f..0040acf 100644 --- a/base-system/system-packages.nix +++ b/base-system/system-packages.nix @@ -1,6 +1,5 @@ pkgs: with pkgs; [ alacritty - zsh git gh man-pages