mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: add nswitch-rcm-nix
This commit is contained in:
parent
ba95edeb8c
commit
add59c36bf
6 changed files with 174 additions and 54 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue