mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
apps/steam: enable if desktop/steam session is enabled
This commit is contained in:
parent
398e54d075
commit
1865ef23d2
|
@ -13,8 +13,11 @@
|
|||
lib.mkEnableOption "Nicotine+ Soulseek client.";
|
||||
podman.enable =
|
||||
lib.mkEnableOption "Podman for OCI container support.";
|
||||
steam.enable =
|
||||
lib.mkEnableOption "Valve's Steam for video games.";
|
||||
steam.enable = lib.mkOption {
|
||||
description = "Valve's Steam for video games.";
|
||||
default = config.alyraffauf.desktop.steam.enable;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
virt-manager.enable =
|
||||
lib.mkEnableOption "Virt-manager for virtual machines with TPM and EFI support.";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue