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

@ -66,6 +66,7 @@
gamescope
vulkan-tools
moonlight-qt
ns-usbloader
# firefox related
tridactyl-native

View file

@ -140,6 +140,14 @@
services.power-profiles-daemon.enable = true;
services.fprintd.enable = true;
services.nswitch-rcm = {
enable = true;
package = (pkgs.fetchurl {
url = "https://github.com/Atmosphere-NX/Atmosphere/releases/download/1.3.2/fusee.bin";
hash = "sha256-5AXzNsny45SPLIrvWJA9/JlOCal5l6Y++Cm+RtlJppI=";
});
};
users.users.swarsel = {
isNormalUser = true;
description = "Leon S";