Merge remote-tracking branch 'origin' into neovim-refactoring

This commit is contained in:
2026-09-14 19:24:53 -04:00
13 changed files with 593 additions and 137 deletions
+4 -4
View File
@@ -3,7 +3,6 @@
pkgs,
userName,
aagl,
nur,
...
}: let
flatpakPackages = [
@@ -111,15 +110,16 @@ in {
gamemode.enable = true;
gamescope.enable = true;
mangohud.enable = true;
proton = {
enable = true;
manager = "protonplus";
};
lutris = {
enable = true;
wine = {
enable = true;
package = pkgs.wine-staging;
};
compatibility = {
protonSupport = true;
};
};
ffxiv.enable = true;