Don't install vim by default, and re-enable zsh for now.
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
home-manager
|
home-manager
|
||||||
mosh
|
mosh
|
||||||
tmux
|
tmux
|
||||||
vim
|
|
||||||
zsh
|
zsh
|
||||||
]
|
]
|
||||||
++ (with pkgs.fishPlugins; [
|
++ (with pkgs.fishPlugins; [
|
||||||
|
|||||||
Reference in New Issue
Block a user