1
Fork 0

Import disko as module

This commit is contained in:
Matei Adriel 2023-07-17 18:54:31 +02:00
parent cc57b5ddbf
commit 9075130cc8
No known key found for this signature in database
4 changed files with 17 additions and 1 deletions

View file

@ -76,6 +76,10 @@
# Spotify client
spicetify-nix.url = "github:the-argus/spicetify-nix";
spicetify-nix.inputs.nixpkgs.follows = "nixpkgs-unstable";
# Disko
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs-unstable";
};
# }}}