add bcdl-free flake

This commit is contained in:
2026-07-29 21:05:23 +02:00
parent 01af2f43ea
commit 2c218aef72
3 changed files with 38 additions and 5 deletions
+3
View File
@@ -5,6 +5,7 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
bcdl-free.url = "git+https://git.pizzasucht.net/KeksNino/free-bandcamp-downloader";
};
outputs =
@@ -12,6 +13,7 @@
self,
nixpkgs,
home-manager,
bcdl-free,
}@inputs:
let
system = "x86_64-linux";
@@ -25,6 +27,7 @@
./hardware-configuration.nix
home-manager.nixosModules.home-manager
{
environment.systemPackages = [ bcdl-free.packages.${system}.default ];
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;