We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8868e commit f4e2434Copy full SHA for f4e2434
modules/nixos/bundles/gaming.nix
@@ -34,7 +34,7 @@
34
35
environment.systemPackages = with pkgs; [
36
wineWayland
37
- # bottles # NOTE: now managed under flatpak
+ bottles
38
mangohud
39
gamescope
40
protonup-qt
modules/nixos/features/flatpak.nix
@@ -13,7 +13,6 @@
13
};
14
packages = [
15
"com.spotify.Client"
16
- "com.usebottles.bottles"
17
];
18
19
overrides.global = {
0 commit comments