feat: add nswitch-rcm-nix

This commit is contained in:
Swarsel 2024-07-18 14:57:04 +02:00
parent ba95edeb8c
commit add59c36bf
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 174 additions and 54 deletions

View file

@ -63,6 +63,11 @@
url = github:thiagokokada/nix-alien;
};
# automatic nintendo switch payload injection
nswitch-rcm-nix = {
url = github:Swarsel/nswitch-rcm-nix;
};
};
outputs = inputs@{
@ -82,6 +87,7 @@
nix-gaming,
nixos-hardware,
nix-alien,
nswitch-rcm-nix,
...
}: let
@ -113,6 +119,7 @@
# NixOS modules that can only be used on NixOS systems
nixModules = [ stylix.nixosModules.stylix
sops-nix.nixosModules.sops
nswitch-rcm-nix.nixosModules.nswitch-rcm
./profiles/common/nixos.nix
# dynamic library loading
({ self, system, ... }: {