Add r2modman

This commit is contained in:
Nathan Anderson 2023-12-30 21:39:49 -07:00
parent 379f672586
commit 29626f89b2
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,10 @@
config = lib.mkIf config.swaywm.enable { config = lib.mkIf config.swaywm.enable {
nixpkgs.config.allowUnfree = config.swaywm.useNonFree; nixpkgs.config.allowUnfree = config.swaywm.useNonFree;
# For R2ModMan
nixpkgs.config.permittedInsecurePackages = [
"electron-25.9.0"
];
### ###
## XDG portal setup ## XDG portal setup

View File

@ -75,6 +75,7 @@ in
# Gaming # Gaming
wine-wayland wine-wayland
r2modman
# Better Unix # Better Unix
bat bat