Fix selene

This commit is contained in:
Maxiem Geldhof 2025-10-13 18:55:11 +02:00
parent 4fa6f90b37
commit 893ec06b7c
3 changed files with 75 additions and 0 deletions

View file

@ -9,6 +9,8 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs";
agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs";
jellyfin-exporter.url = "path:./jellyfin-exporter";
jellyfin-exporter.inputs.nixpkgs.follows = "nixpkgs";
};
outputs =
@ -18,6 +20,7 @@
home-manager,
nixpkgs,
agenix,
jellyfin-exporter,
}:
let
macbook = import ./systems/macbook/macbook.nix inputs;