Fix discord

This commit is contained in:
SebastianStork 2025-03-26 16:25:36 +01:00
parent fad8b9518d
commit 6ff9a2158c
5 changed files with 43 additions and 8 deletions

View file

@ -18,6 +18,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager-unstable = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";