home: move bat to default.nix
Some checks failed
flake check / check (push) Failing after 32s
fmt check / check (push) Successful in 37s
Some checks failed
flake check / check (push) Failing after 32s
fmt check / check (push) Successful in 37s
This commit is contained in:
parent
20a40daf18
commit
1b0d532cc5
2 changed files with 4 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
||||||
_: {
|
|
||||||
programs.bat = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -37,6 +37,10 @@
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.bat = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.zoxide = {
|
programs.zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
|
|
Loading…
Reference in a new issue