Don't install vim by default, and re-enable zsh for now.

This commit is contained in:
2024-09-13 21:53:31 +01:00
parent 2d8f4c56dd
commit 0021c0ad8b
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.fish.enable = true; programs.fish.enable = true;
programs.zsh.enable = true;
users.users.ppetru = { users.users.ppetru = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ extraGroups = [

View File

@@ -7,7 +7,6 @@
home-manager home-manager
mosh mosh
tmux tmux
vim
zsh zsh
] ]
++ (with pkgs.fishPlugins; [ ++ (with pkgs.fishPlugins; [