From 048cb6a11613e83c529e4ac773e146e0e352f8c7 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Wed, 17 Mar 2021 15:02:58 -0400 Subject: [PATCH] remove steam. add flatpak. --- modules/graphical.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/graphical.nix b/modules/graphical.nix index 7653614..07cea86 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -8,7 +8,6 @@ pavucontrol gnome3.dconf-editor glxinfo - steam-run (vscode-with-extensions.override { vscode = vscodium; @@ -43,7 +42,7 @@ Option "VariableRefresh" "true" ''; - programs.steam.enable = true; + services.flatpak.enable = true; hardware.pulseaudio.enable = true;