mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 12:23:56 -05:00
rustboro: disable steam
This commit is contained in:
parent
99e5f539d5
commit
6511ab25fe
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
apps = {
|
apps = {
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
steam.enable = true;
|
steam.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemConfig.plymouth.enable = true;
|
systemConfig.plymouth.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue