⚙️ | Xinux gtk/libadwaita settings app [maintainer=@bemeritus]
  • Rust 89.5%
  • CSS 6.9%
  • Meson 2.3%
  • Nix 0.8%
  • Just 0.5%
Find a file
2026-04-09 15:24:06 +05:00
.github doc: added how to install nix-data 2026-03-16 16:09:46 +05:00
data chore: added all css classes from c code 2026-04-09 15:14:00 +05:00
packages/xinux-settings chore: Meson build support from source without need nix build (#47) 2026-04-08 18:58:22 +05:00
po chore: changed name uz.Xinux.Settings 2026-03-11 14:37:30 +05:00
s-helper chore: Meson build support from source without need nix build (#47) 2026-04-08 18:58:22 +05:00
shells/xinux-settings chore: update lock and meson version 2026-04-09 15:12:27 +05:00
src chore: change css class on battey row 2026-04-09 15:14:05 +05:00
.envrc chore: init 2025-12-11 13:56:45 +05:00
.gitignore fix: battery row ui 2026-04-01 14:33:51 +05:00
Cargo.lock fix: battery row ui 2026-04-01 14:33:51 +05:00
Cargo.toml fix: battery row ui 2026-04-01 14:33:51 +05:00
flake.lock chore: update lock and meson version 2026-04-09 15:12:27 +05:00
flake.nix chore: update lock and meson version 2026-04-09 15:12:27 +05:00
justfile chore: Meson build support from source without need nix build (#47) 2026-04-08 18:58:22 +05:00
LICENSE chore: Create LICENSE 2026-01-15 11:18:48 +05:00
meson.build chore: update lock and meson version 2026-04-09 15:12:27 +05:00
meson_options.txt chore: init 2025-12-11 13:56:45 +05:00
README.md chore: Meson build support from source without need nix build (#47) 2026-04-08 18:58:22 +05:00
rust-toolchain.toml chore: set stable rust channel 2026-01-15 11:20:59 +05:00

GNOME Settings Application written on Rust/GTK.

GN*ME Settings Demo

Top Used Language Test CI

About

Rewritten version of GNOME Control Center for Xinux OS.

Development

Add nix-data to your flake.nix input and configuration.nix. ~/.config/nix-data/ your config locations via json here flake.nix input

nix-data = {
  url = "github:xinux-org/nix-data";
  inputs.nixpkgs.follows = "nixpkgs";
};

Change these to yours in configuration.nix.

programs.nix-data = {
  enable = true;
  systemconfig = "/home/bahrom/workplace/bahrom04/nix-config/systems/x86_64-linux/dell/default.nix";
  flake = "/home/bahrom/workplace/bahrom04/nix-config/flake.nix";
  flakearg = "dell"; # your hostname 
};

Build & run

This application has Linux-only dependencies.

# download dependencies
nix develop 

just install

cd ..
./settings/builddir/install/bin/settings 

# or with nix when ready for release
nix build . --show-trace
./settings/result/bin/settings

# app run
just run

# 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