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
|
# 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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
pkgs: with pkgs; [
|
pkgs: with pkgs; [
|
||||||
alacritty
|
alacritty
|
||||||
zsh
|
|
||||||
git
|
git
|
||||||
gh
|
gh
|
||||||
man-pages
|
man-pages
|
||||||
|
|
Loading…
Add table
Reference in a new issue