home: move bat to default.nix
This commit is contained in:
parent
20a40daf18
commit
1b0d532cc5
2 changed files with 4 additions and 5 deletions
home
|
@ -1,5 +0,0 @@
|
|||
_: {
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -37,6 +37,10 @@
|
|||
enableNushellIntegration = true;
|
||||
};
|
||||
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue