This commit is contained in:
Schrottkatze 2022-09-01 09:03:08 +02:00
parent a25c92292b
commit fa2c1e84ec
3 changed files with 14 additions and 13 deletions

View file

@ -7,7 +7,7 @@
url = "github:nix-community/home-manager";
inputs.nixpks.follows = "nixpkgs";
};
nixos-hardware.url = github:kekrby/nixos-hardware;
nixos-hardware.url = "github:kekrby/nixos-hardware";
};
outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }: {