universedesktop: Disable Flatpaks (Not used)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
# For steam
|
||||
services.flatpak.enable = true;
|
||||
## Flatpak requires this
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal.wlr.enable = true;
|
||||
xdg.portal.config.common.default = "*";
|
||||
# # For steam
|
||||
# services.flatpak.enable = true;
|
||||
# ## Flatpak requires this
|
||||
# xdg.portal.enable = true;
|
||||
# xdg.portal.wlr.enable = true;
|
||||
# xdg.portal.config.common.default = "*";
|
||||
programs.steam.enable = true;
|
||||
# Game compat
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user