Don't install vim by default, and re-enable zsh for now.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.fish.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
users.users.ppetru = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
home-manager
|
||||
mosh
|
||||
tmux
|
||||
vim
|
||||
zsh
|
||||
]
|
||||
++ (with pkgs.fishPlugins; [
|
||||
|
||||
Reference in New Issue
Block a user