add maxfetch
This commit is contained in:
parent
adbe53e07c
commit
4a30e61ed3
2 changed files with 7 additions and 0 deletions
|
|
@ -22,6 +22,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
maxfetch = {
|
||||
url = "github:jobcmax/maxfetch";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
catppuccin-bat = {
|
||||
url = "github:catppuccin/bat";
|
||||
flake = false;
|
||||
|
|
|
|||
Reference in a new issue