Remove default variables
I no longer want these to be true so I can remove them.
This commit is contained in:
parent
597a72b4d5
commit
8ad1dcc14b
2 changed files with 3 additions and 10 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue