temperance/configuration.nix: disable steam
This commit is contained in:
parent
deb3e1753c
commit
3f1077be3c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ in {
|
|||
firefox.enable = true;
|
||||
spotify.enable = true;
|
||||
zellij.enable = false;
|
||||
steam.enable = true;
|
||||
steam.enable = false;
|
||||
terminals = {
|
||||
foot.enable = true;
|
||||
kitty.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue