⬇️ | A gtk4/libadwaita installer for NixOS based distributions [maintainer=@bahrom04]
  • Rust 93%
  • Meson 3.3%
  • Nix 3.2%
  • Shell 0.5%
Find a file
bahrom04 b0e8cac434
All checks were successful
Flake check & build (Xeonitte) / flake-check (push) Successful in 10s
Flake check & build (Xeonitte) / nix-build (push) Successful in 1m46s
chore: enable --no-channel-copy
2026-05-29 22:07:09 +05:00
.forgejo/workflows ci: forgeko 2026-05-07 18:17:03 +05:00
build-aux chore: ported snow 2025-02-18 12:57:25 +05:00
config refactor(advansed): move minimal options into package managers category 2026-05-29 02:17:34 +05:00
data refactor: remove flatpak & github old link 2026-05-28 23:25:56 +05:00
modules/nixos/xeonitte chore: ported snow 2025-02-18 12:57:25 +05:00
packages fix(build): crate rata limit 2026-05-29 01:21:28 +05:00
po fix: LINGUAS 2025-09-26 15:24:09 +05:00
shells/xeonitte chore: remove unused packages on nix 2026-02-19 18:00:11 +05:00
src chore: enable --no-channel-copy 2026-05-29 22:07:09 +05:00
xeonitte-helper refactor: remove flatpak & github old link 2026-05-28 23:25:56 +05:00
.envrc chore: ported snow 2025-02-18 12:57:25 +05:00
.gitignore doc: add devshell build way to avoid nix building all over 2026-04-03 23:11:21 +05:00
Cargo.lock update lock 2026-05-29 00:44:03 +05:00
Cargo.toml refactor: remove flatpak & github old link 2026-05-28 23:25:56 +05:00
flake.lock fix: get /etc/xeonitte from ~/.local/etc 2026-05-29 00:58:45 +05:00
flake.nix chore: use meta approach 2026-05-25 21:19:38 +05:00
LICENSE chore: adopt upstream license 2025-05-22 02:47:50 +05:00
meson.build fix: get /etc/xeonitte from ~/.local/etc 2026-05-29 00:58:45 +05:00
meson_options.txt chore: ported snow 2025-02-18 12:57:25 +05:00
README.md doc: how to build and debug 2026-05-29 01:27:15 +05:00
rust-toolchain.toml chore: set stable toolchatino 2026-01-07 15:54:38 +05:00

Xeonitte

A graphical installer for NixOS based distributions.

Top Used Language Test CI

Development

This application has Linux-only dependencies.

# download dependencies
nix develop
meson setup builddir --prefix=~/.local --reconfigure --buildtype=debug -Dprofile=development

# Build and run
meson install -C builddir
# Avoid pkexec must be root error on devShell
cd ..
 ~/.local/bin/xeonitte

# Or one time build.
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 translations.pot

All ./config folder data will be generated by meson after nix build. The code searchs for files from /etc/xeonitte so you will grab it manually from ./result/xeonitte folder and put it /etc/xeonitte.

sudo cp -r ./result/etc/xeonitte /etc/xeonitte

Code formatter and checkers

nix fmt .
nix flake check --system x86_64-linux --show-trace
nix repl :lf .