A gtk4/libadwaita installer for NixOS based distributions
Rust
108
148 commits
updated Aug 24, 2026
A graphical installer for NixOS based distributions.
This application has Linux-only dependencies.
# download dependencies
nix develop
# with meson
meson setup builddir --prefix=~/.local --reconfigure --buildtype=debug -Dprofile=development --reconfigure
meson install -C builddir
# Run
# Avoid pkexec must be root error on devShell
cd ..
~/.local/bin/icicle
# Or build with nix.
nix build --show--trace
# Optional. Generate translation words from /po/POTFILES.in if needed.
cd ./po
xgettext --directory=.. --files-from=POTFILES.in --from-code=UTF-8 -kgettext -o icicle.pot
Rust
91.7%
Nix
4.4%
Meson
3.7%
A gtk4/libadwaita installer for NixOS based distributions
Rust
108
148 commits
updated Aug 24, 2026
A graphical installer for NixOS based distributions.
This application has Linux-only dependencies.
# download dependencies
nix develop
# with meson
meson setup builddir --prefix=~/.local --reconfigure --buildtype=debug -Dprofile=development --reconfigure
meson install -C builddir
# Run
# Avoid pkexec must be root error on devShell
cd ..
~/.local/bin/icicle
# Or build with nix.
nix build --show--trace
# Optional. Generate translation words from /po/POTFILES.in if needed.
cd ./po
xgettext --directory=.. --files-from=POTFILES.in --from-code=UTF-8 -kgettext -o icicle.pot
Rust
91.7%
Nix
4.4%
Meson
3.7%