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
# 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;

View file

@ -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;
};
};

View file

@ -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;

View file

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