Move bat to wm
This commit is contained in:
parent
4b1119263e
commit
fa8fef927d
3 changed files with 6 additions and 10 deletions
6
wrappers/common/bat.nix
Normal file
6
wrappers/common/bat.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
wrappers.bat = {
|
||||
basePackage = pkgs.bat;
|
||||
flags = ["--theme=Nord"];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue