Add r2modman
This commit is contained in:
parent
379f672586
commit
29626f89b2
|
@ -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
|
||||||
|
|
|
@ -75,6 +75,7 @@ in
|
||||||
|
|
||||||
# Gaming
|
# Gaming
|
||||||
wine-wayland
|
wine-wayland
|
||||||
|
r2modman
|
||||||
|
|
||||||
# Better Unix
|
# Better Unix
|
||||||
bat
|
bat
|
||||||
|
|
Loading…
Reference in New Issue
Block a user