add maxfetch
This commit is contained in:
parent
adbe53e07c
commit
4a30e61ed3
|
@ -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;
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
xfce.thunar
|
||||
yazi
|
||||
|
||||
inputs.maxfetch.packages.${pkgs.system}.default
|
||||
|
||||
bleachbit
|
||||
bore-cli
|
||||
gparted
|
||||
|
|
Loading…
Reference in a new issue