remove maxfetch
This commit is contained in:
parent
4a30e61ed3
commit
77f33283b7
21
flake.lock
21
flake.lock
|
@ -230,6 +230,26 @@
|
||||||
"type": "github"
|
"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": {
|
"nix-gaming": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-parts": "flake-parts",
|
"flake-parts": "flake-parts",
|
||||||
|
@ -372,6 +392,7 @@
|
||||||
"hypr-contrib": "hypr-contrib",
|
"hypr-contrib": "hypr-contrib",
|
||||||
"hyprland": "hyprland",
|
"hyprland": "hyprland",
|
||||||
"hyprpicker": "hyprpicker",
|
"hyprpicker": "hyprpicker",
|
||||||
|
"maxfetch": "maxfetch",
|
||||||
"nix-gaming": "nix-gaming",
|
"nix-gaming": "nix-gaming",
|
||||||
"nixpkgs": "nixpkgs_5",
|
"nixpkgs": "nixpkgs_5",
|
||||||
"nur": "nur"
|
"nur": "nur"
|
||||||
|
|
|
@ -22,11 +22,6 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
maxfetch = {
|
|
||||||
url = "github:jobcmax/maxfetch";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
catppuccin-bat = {
|
catppuccin-bat = {
|
||||||
url = "github:catppuccin/bat";
|
url = "github:catppuccin/bat";
|
||||||
flake = false;
|
flake = false;
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
yazi
|
yazi
|
||||||
|
|
||||||
inputs.maxfetch.packages.${pkgs.system}.default
|
|
||||||
|
|
||||||
bleachbit
|
bleachbit
|
||||||
bore-cli
|
bore-cli
|
||||||
gparted
|
gparted
|
||||||
|
|
Loading…
Reference in a new issue