add: miracast support

This commit is contained in:
2025-03-14 18:59:13 +01:00
parent 893aa88155
commit 42751bf2f0
8 changed files with 23 additions and 39 deletions

View File

@ -7,7 +7,9 @@ let
pkgs = inputs.nixpkgs.legacyPackages.${system};
mkSystem = pkgs: hostname:
pkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
specialArgs = {
inherit inputs;
};
modules = [
./base-configuration.nix
./${hostname}