feat: cleanup

This commit is contained in:
2024-01-31 10:02:15 +01:00
parent 710591805a
commit da3501c0ee
7 changed files with 43 additions and 6 deletions

View File

@@ -5,8 +5,17 @@
git = import ./git.nix;
lazygit.enable = true;
nixvim = import ./nixvim.nix {inherit pkgs;};
btop = {
enable = true;
settings = {
vim_keys = true;
};
};
fish = {
enable = true;
shellInit = ''
fish_vi_key_bindings
'';
interactiveShellInit = ''
set fish_greeting
'';