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