reverted zsh config

This commit is contained in:
twoneis 2023-11-03 04:56:41 +01:00
parent 8508dbfac8
commit c2901667b0
4 changed files with 1 additions and 17 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page # your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, niri, ... }: { config, pkgs, ... }:
{ {
imports = imports =
@ -13,9 +13,6 @@
# Enable nix flakes # Enable nix flakes
nix.settings.experimental-features = [ "nix-command" "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 # Disable documentation
documentation.nixos.enable = false; documentation.nixos.enable = false;

View file

@ -33,15 +33,6 @@
enable = true; enable = true;
settings = import ./dotfiles/alacritty/alacritty.nix; settings = import ./dotfiles/alacritty/alacritty.nix;
}; };
zsh = {
enable = true;
enableAutosuggestions = true;
enableCompletion = true;
enableVteIntegration = true;
dotDir = ".config/zsh";
history.ignoreDups = true;
};
}; };

View file

@ -13,9 +13,6 @@
# Enable nix flakes # Enable nix flakes
nix.settings.experimental-features = [ "nix-command" "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 # Disable documentation
documentation.nixos.enable = false; documentation.nixos.enable = false;

View file

@ -1,6 +1,5 @@
pkgs: with pkgs; [ pkgs: with pkgs; [
alacritty alacritty
zsh
git git
gh gh
man-pages man-pages