Move zsh config to zsh.nix
This commit is contained in:
parent
2aa3bd96f2
commit
52d34d7425
8
home.nix
8
home.nix
|
@ -5,15 +5,9 @@ in
|
||||||
imports = [
|
imports = [
|
||||||
./vim.nix
|
./vim.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
|
./zsh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.zsh = {
|
|
||||||
enable = true;
|
|
||||||
enableAutosuggestions = true;
|
|
||||||
enableCompletion = true;
|
|
||||||
enableVteIntegration = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
htop
|
htop
|
||||||
wget
|
wget
|
||||||
|
|
Loading…
Reference in New Issue