chore(docs): Update ISO instructions
This commit is contained in:
parent
b39db82a29
commit
bafff72427
3 changed files with 3 additions and 3 deletions
|
|
@ -220,7 +220,7 @@ E.g. stable/hosts/yourserver and unstable/hosts/yourdesktop
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
You can find a custom ISO on my NextCloud server: [Link](https://cloud.dashie.org/s/z7G3zS9SXeEt2ERD).
|
You can find a custom ISO in the releases: [Link](https://github.com/Xetibo/DashNix/releases).
|
||||||
With this, you will receive the example config in /iso/example alongside the gnome desktop environment,
|
With this, you will receive the example config in /iso/example alongside the gnome desktop environment,
|
||||||
as well as a few tools like gnome-disks, Neovim, Vscodium, a browser etc.
|
as well as a few tools like gnome-disks, Neovim, Vscodium, a browser etc.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
} --config /etc/greetd/hyprgreet.conf";
|
} --config /etc/greetd/hyprgreet.conf";
|
||||||
example = "${
|
example = "${
|
||||||
lib.getExe pkgs.cage
|
lib.getExe pkgs.cage
|
||||||
} -s -- ${lib.getExe pkgs.greetd.regreet}";
|
} -s -- ${lib.getExe pkgs.regreet}";
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
description = "The compositor/greeter command to run";
|
description = "The compositor/greeter command to run";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
filePickerPortal = lib.mkOption {
|
filePickerPortal = lib.mkOption {
|
||||||
default = "Term";
|
default = "Term";
|
||||||
example = "Gnome";
|
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 = ''
|
description = ''
|
||||||
The file picker portal to use (set with shana).
|
The file picker portal to use (set with shana).
|
||||||
Default removes the config, allowing you to set it yourself.
|
Default removes the config, allowing you to set it yourself.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue