mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove steam. add flatpak.
This commit is contained in:
parent
ff169b2ff1
commit
048cb6a116
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue