chore(docs): Update ISO instructions

This commit is contained in:
DashieTM 2025-11-01 23:34:33 +01:00
parent b39db82a29
commit bafff72427
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@
} --config /etc/greetd/hyprgreet.conf";
example = "${
lib.getExe pkgs.cage
} -s -- ${lib.getExe pkgs.greetd.regreet}";
} -s -- ${lib.getExe pkgs.regreet}";
type = lib.types.str;
description = "The compositor/greeter command to run";
};

View file

@ -39,7 +39,7 @@
filePickerPortal = lib.mkOption {
default = "Term";
example = "Gnome";
type = with lib.types; oneOf [(enum ["Gnome" "Kde" "Lxqt" "Gtk" "Term" "Default"]) string];
type = with lib.types; oneOf [(enum ["Gnome" "Kde" "Lxqt" "Gtk" "Term" "Default"]) str];
description = ''
The file picker portal to use (set with shana).
Default removes the config, allowing you to set it yourself.