diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-25 16:14:41 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-25 16:14:41 -0400 |
| commit | 93ede2beed3258c2bcc02aff591c0a4404294035 (patch) | |
| tree | dce806c52dd3930ccc47b092c928382db0fdcfe7 /options.nix | |
| parent | disable terrible bluetooth feature why does this exist (diff) | |
| download | dotfiles-nix-93ede2beed3258c2bcc02aff591c0a4404294035.tar.gz dotfiles-nix-93ede2beed3258c2bcc02aff591c0a4404294035.tar.bz2 dotfiles-nix-93ede2beed3258c2bcc02aff591c0a4404294035.zip | |
expand gaming module with gamery things
Diffstat (limited to 'options.nix')
| -rw-r--r-- | options.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options.nix b/options.nix index 3a2f269..1e1d37c 100644 --- a/options.nix +++ b/options.nix @@ -511,6 +511,7 @@ in { # Gaming programs to choose from # gaming = { + enable = mkEnableOption "Enable gaming optimizations"; homestuck.enable = mkEnableOption "Install the unofficial homestuck collection."; minecraft.enable = mkEnableOption "Install the minecraft block game."; steam.enable = mkEnableOption "Install the steam game launcher."; |