zsh enabling, vim tweaks, some compression packages
This commit is contained in:
parent
bd72f026c5
commit
83c192cdba
|
@ -78,7 +78,7 @@ in {
|
|||
services.xserver.layout = "de";
|
||||
services.xserver.xkbOptions = "eurosign:e";
|
||||
|
||||
# config.services.xserver.videoDrivers = [ "modesetting" "intel" ];
|
||||
services.xserver.videoDrivers = [ "modesetting" "intel" ];
|
||||
|
||||
# Enable touchpad support.
|
||||
services.xserver.libinput.enable = true;
|
||||
|
@ -95,10 +95,10 @@ in {
|
|||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
# programs.zsh =
|
||||
# { enable = true;
|
||||
# enableAutosuggestions = true;
|
||||
# };
|
||||
programs.zsh =
|
||||
{ enable = true;
|
||||
enableAutosuggestions = true;
|
||||
};
|
||||
|
||||
# fix nix-env memory issues
|
||||
boot.kernel.sysctl."vm.overcommit_memory" = "1";
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
wget
|
||||
vim
|
||||
vimPlugins.vim-nix
|
||||
vimPlugins.pathogen
|
||||
tmux
|
||||
htop
|
||||
zsh
|
||||
|
@ -18,6 +19,11 @@
|
|||
ntfs3g
|
||||
file
|
||||
nix-repl
|
||||
strace
|
||||
ltrace
|
||||
valgrind
|
||||
lzop
|
||||
p7zip
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue