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