Add r2modman
This commit is contained in:
parent
379f672586
commit
29626f89b2
|
@ -26,6 +26,10 @@
|
|||
config = lib.mkIf config.swaywm.enable {
|
||||
|
||||
nixpkgs.config.allowUnfree = config.swaywm.useNonFree;
|
||||
# For R2ModMan
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
|
||||
###
|
||||
## XDG portal setup
|
||||
|
|
|
@ -75,6 +75,7 @@ in
|
|||
|
||||
# Gaming
|
||||
wine-wayland
|
||||
r2modman
|
||||
|
||||
# Better Unix
|
||||
bat
|
||||
|
|
Loading…
Reference in New Issue
Block a user