mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 14:23: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.";
|
lib.mkEnableOption "Nicotine+ Soulseek client.";
|
||||||
podman.enable =
|
podman.enable =
|
||||||
lib.mkEnableOption "Podman for OCI container support.";
|
lib.mkEnableOption "Podman for OCI container support.";
|
||||||
steam.enable =
|
steam.enable = lib.mkOption {
|
||||||
lib.mkEnableOption "Valve's Steam for video games.";
|
description = "Valve's Steam for video games.";
|
||||||
|
default = config.alyraffauf.desktop.steam.enable;
|
||||||
|
type = lib.types.bool;
|
||||||
|
};
|
||||||
virt-manager.enable =
|
virt-manager.enable =
|
||||||
lib.mkEnableOption "Virt-manager for virtual machines with TPM and EFI support.";
|
lib.mkEnableOption "Virt-manager for virtual machines with TPM and EFI support.";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue