Remove default variables

I no longer want these to be true so I can remove them.
This commit is contained in:
Oliver Davies 2025-02-22 19:47:41 +00:00
parent 597a72b4d5
commit 8ad1dcc14b
2 changed files with 3 additions and 10 deletions

View file

@ -5,6 +5,7 @@
cli = {
bluetuith.enable = true;
direnv.enable = true;
neovim.enable = true;
notes = {
enable = true;
@ -13,6 +14,7 @@
};
syncthing.enable = true;
tmux.enable = true;
tmux-sessionizer.enable = true;
};