This commit is contained in:
Noa Aarts 2024-06-06 12:12:45 +02:00
parent d011892a88
commit 508b4e5826

View file

@ -17,13 +17,13 @@
}; };
automapaper = { automapaper = {
url = "github:itepastra/automapaper"; url = "github:itepastra/automapaper";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nix-minecraft = { nix-minecraft = {
url = "github:Infinidoge/nix-minecraft"; url = "github:Infinidoge/nix-minecraft";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hyprland = { hyprland = {
@ -37,13 +37,13 @@
}; };
disko = { disko = {
url = "github:nix-community/disko"; url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
lazy = { lazy = {
url = "github:bobvanderlinden/nixos-config"; url = "github:bobvanderlinden/nixos-config";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };
@ -74,8 +74,8 @@
]; ];
}; };
}; };
nixosModules = { nixosModules = {
automapaper = ./modules/automapaper; automapaper = ./modules/automapaper;
}; };
}; };
} }