Add nvfetcher

This commit is contained in:
muon 2025-05-24 09:19:56 +00:00
parent 38203669eb
commit b11fb1e8c3
7 changed files with 423 additions and 97 deletions

View file

@ -22,7 +22,11 @@
pkgs = import inputs.nixpkgs { inherit system; };
utils = import ./utils.nix { inherit inputs system; };
sources = import ./_sources/generated.nix {
inherit (pkgs) fetchurl fetchgit fetchFromGitHub dockerTools;
};
utils = import ./utils.nix { inherit inputs system sources; };
in {
nixosConfigurations = {
# desktop