1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Make cat, bat

This commit is contained in:
RGBCube 2023-11-14 12:16:19 +03:00
parent ae5aa9d938
commit 9cbfa358f1
No known key found for this signature in database

View file

@ -6,6 +6,8 @@ homeConfiguration [ "nixos" "root" ] {
PAGER = ''"bat --plain"'';
};
programs.nushell.shellAliases.cat = "bat";
programs.bat = enabled {
config.theme = "gruvbox-dark";
};