diff options
author | Soispha <soispha@vhack.eu> | 2023-04-10 12:40:50 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:30:08 +0200 |
commit | f3e9667146e7724722d3c12fbaf7bdd226a63581 (patch) | |
tree | d7369cbdb5a4a4913103d5b74b11bda0ef1930df /system/services/default.nix | |
parent | Fix(hm/pkgs/lutris): Remove bc of unfree license (diff) | |
download | nixos-config-f3e9667146e7724722d3c12fbaf7bdd226a63581.tar.gz nixos-config-f3e9667146e7724722d3c12fbaf7bdd226a63581.zip |
Fix(system/services/steam): Disable steam
There are still complaints about steam's license.
Diffstat (limited to 'system/services/default.nix')
-rw-r--r-- | system/services/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/default.nix b/system/services/default.nix index 63f0e733..92150ea3 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -3,7 +3,7 @@ ./printing ./nix ./snapper - ./steam + #./steam ./dconf ./openssh ]; |