set flake registry to flake nixpkgs

This commit is contained in:
Noah Masur
2022-09-17 21:15:31 -04:00
parent 2c0cc201e9
commit 4e15c21df7
3 changed files with 12 additions and 2 deletions

View File

@ -10,6 +10,8 @@ nixpkgs.lib.nixosSystem {
{
networking.hostName = "desktop";
nixpkgs.overlays = [ nur.overlay ];
# Set registry to flake packages, used for nix X commands
registry.nixpkgs.flake = nixpkgs;
gaming.steam = true;
gaming.leagueoflegends = true;
gaming.legendary = true;