mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Make cat, bat
This commit is contained in:
parent
ae5aa9d938
commit
9cbfa358f1
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ homeConfiguration [ "nixos" "root" ] {
|
|||
PAGER = ''"bat --plain"'';
|
||||
};
|
||||
|
||||
programs.nushell.shellAliases.cat = "bat";
|
||||
|
||||
programs.bat = enabled {
|
||||
config.theme = "gruvbox-dark";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue