containers

This commit is contained in:
Lilith 2024-07-24 00:36:50 +02:00
parent 65cefaf5cd
commit 578f0231ca
Signed by: lilith
GPG key ID: 8712A0F317C37175
6 changed files with 59 additions and 14 deletions

View file

@ -1,6 +1,8 @@
{lib, ...}: {
options.gaming.enable = lib.mkEnableOption "Enable gaming";
config.gaming.enable = lib.mkDefault false;
options.containers.enable = lib.mkEnableOption "Enable podman";
options.containers.ollama.enable = lib.mkEnableOption "Run Ollama container";
options.hyprlandOverrides = lib.mkOption {
# type = lib.types.attributeSet;