⬇️ | A gtk4/libadwaita installer for XInux [maintainer=@let_rec]
  • Rust 94%
  • Nix 2.8%
  • Meson 2.8%
  • Shell 0.4%
Find a file
bahrom04 5fcdede0d0
All checks were successful
Flake check & build (Xeonitte) / flake-check (push) Successful in 8s
Flake check & build (Xeonitte) / nix-build (push) Successful in 2m18s
update cargo hash
2026-07-10 15:06:21 +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 remove relago from user config 2026-07-08 16:32:04 +05:00
data new 0.1.0 version 2026-07-07 21:46:57 +05:00
modules/nixos/xeonitte chore: ported snow 2025-02-18 12:57:25 +05:00
packages update cargo hash 2026-07-10 15:06:21 +05:00
po fix: zram visible in advanced mode & translate 2026-07-07 11:09:14 -04:00
shells/xeonitte fix: add polkit 2026-07-07 09:23:43 -04:00
src chore(disko): clean up warnings 2026-07-10 12:41:58 +05:00
xeonitte-helper chore(cargo): remove junk crates 2026-07-10 15:03:40 +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 chore(cargo): remove junk crates 2026-07-10 15:03:40 +05:00
Cargo.toml chore(cargo): remove junk crates 2026-07-10 15:03:40 +05:00
flake.lock update lock 2026-07-07 21:54:55 +05:00
flake.nix update lock 2026-07-07 21:54:55 +05:00
LICENSE chore: adopt upstream license 2025-05-22 02:47:50 +05:00
meson.build new 0.1.0 version 2026-07-07 21:46:57 +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 .