feat: clean kitty session and no relative numbers in vim

This commit is contained in:
Florian Schmitt 2024-04-18 19:08:00 +03:00
parent 7bc72fb21b
commit d93578f15f
3 changed files with 7 additions and 8 deletions

View file

@ -3,6 +3,10 @@
{
programs.zsh.enable = true;
programs.fzf = {
fuzzyCompletion = true;
keybindings = true;
};
services = {
mpd.enable = true;