added nix-super

This commit is contained in:
vali 2024-08-08 10:21:47 +02:00
commit f187fff321
3 changed files with 36 additions and 47 deletions

View file

@ -30,7 +30,10 @@
};
# Nix but better
nix-super.url = "github:privatevoid-net/nix-super";
nix-super = {
url = "github:privatevoid-net/nix-super";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";