add: miracast support
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user