Skip to content

Commit

Permalink
Revert "modules/steamos: Disable unless steam is enabled"
Browse files Browse the repository at this point in the history
This reverts commit 1490ce06699672d7b87712f65fb91b8be04a2247.
  • Loading branch information
samueldr committed Oct 21, 2024
1 parent 0c09446 commit bbc4688
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/steamos/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, config, ... }:
{ lib, ... }:

let
inherit (lib)
Expand All @@ -19,8 +19,7 @@ in
jovian.steamos = {
useSteamOSConfig = mkOption {
type = types.bool;
default = config.jovian.steam.enable;
defaultText = "config.jovian.steam.enable";
default = true;
description = ''
Whether to enable opinionated system configuration from SteamOS.
Expand Down

0 comments on commit bbc4688

Please sign in to comment.