home: move bat to default.nix
Some checks failed
flake check / check (push) Failing after 32s
fmt check / check (push) Successful in 37s

This commit is contained in:
notohh 2023-12-29 12:30:33 -05:00
parent 20a40daf18
commit 1b0d532cc5
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 4 additions and 5 deletions

View file

@ -1,5 +0,0 @@
_: {
programs.bat = {
enable = true;
};
}

View file

@ -37,6 +37,10 @@
enableNushellIntegration = true;
};
programs.bat = {
enable = true;
};
programs.zoxide = {
enable = true;
enableNushellIntegration = true;