mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
set flake registry to flake nixpkgs
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user