reverted zsh config
This commit is contained in:
parent
8508dbfac8
commit
c2901667b0
4 changed files with 1 additions and 17 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
pkgs: with pkgs; [
|
||||
alacritty
|
||||
zsh
|
||||
git
|
||||
gh
|
||||
man-pages
|
||||
|
|
Loading…
Add table
Reference in a new issue