Get rid of neomutt and neovim

This commit is contained in:
Charlotte Van Petegem 2021-03-20 21:29:18 +01:00
parent afa2c88f6a
commit 18ec940162
No known key found for this signature in database
GPG key ID: 019E764B7184435A
13 changed files with 10 additions and 3158 deletions

View file

@ -13,7 +13,6 @@ let
set -sg escape-time 10
'';
keyMode = "vi";
tmuxinator.enable = lib.mkIf config.chvp.graphical true;
};
};
in
@ -24,13 +23,7 @@ in
};
config = lib.mkIf config.chvp.tmux.enable {
home-manager.users.charlotte = { ... }: base // lib.optionalAttrs config.chvp.graphical {
xdg.configFile = {
"tmuxinator/accentor.yml".source = ./tmux/accentor.yml;
"tmuxinator/dodona.yml".source = ./tmux/dodona.yml;
"tmuxinator/mail.yml".source = ./tmux/mail.yml;
};
};
home-manager.users.charlotte = { ... }: base;
home-manager.users.root = { ... }: base;
};
}