remove maxfetch
This commit is contained in:
parent
4a30e61ed3
commit
77f33283b7
21
flake.lock
21
flake.lock
|
@ -230,6 +230,26 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"maxfetch": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1690770330,
|
||||
"narHash": "sha256-LzOhrFFjGs9GIDjk1lUFKhlnzJuEUrKjBcv1eT3kaY8=",
|
||||
"owner": "jobcmax",
|
||||
"repo": "maxfetch",
|
||||
"rev": "17baa4047073e20572403b70703c69696af6b68d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "jobcmax",
|
||||
"repo": "maxfetch",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nix-gaming": {
|
||||
"inputs": {
|
||||
"flake-parts": "flake-parts",
|
||||
|
@ -372,6 +392,7 @@
|
|||
"hypr-contrib": "hypr-contrib",
|
||||
"hyprland": "hyprland",
|
||||
"hyprpicker": "hyprpicker",
|
||||
"maxfetch": "maxfetch",
|
||||
"nix-gaming": "nix-gaming",
|
||||
"nixpkgs": "nixpkgs_5",
|
||||
"nur": "nur"
|
||||
|
|
|
@ -22,11 +22,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
maxfetch = {
|
||||
url = "github:jobcmax/maxfetch";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
catppuccin-bat = {
|
||||
url = "github:catppuccin/bat";
|
||||
flake = false;
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
xfce.thunar
|
||||
yazi
|
||||
|
||||
inputs.maxfetch.packages.${pkgs.system}.default
|
||||
|
||||
bleachbit
|
||||
bore-cli
|
||||
gparted
|
||||
|
|
Loading…
Reference in a new issue