modules: packages: enable zsh

This commit is contained in:
Bruno BELANYI 2021-02-19 18:48:23 +00:00
parent 28394efc2c
commit 01b6947cde
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
];
programs.vim.defaultEditor = true; # Modal editing is life
programs.zsh.enable = true; # Use integrations
nixpkgs.config.allowUnfree = true; # Because I don't care *that* much.
}