Experimental NixOS and Home Manager configuration snapshot derived from the main RevolunixOS dotfiles repository.
Despite the repository name, the current flake still imports the graphical
base from module-system and is effectively identical to the historical
dotfiles configuration. Treat it as a development branch or migration
snapshot until the CLI-only split is completed.
Caution
The configuration is host-specific: it defines the host RevoluNixOS, the
user gabriel, an initial password, and hardware modules for the original
machine. Do not switch to it unchanged.
git clone https://github.com/RevolunixOS/cli-dotfiles.git
cd cli-dotfiles
nix flake show
sudo nixos-rebuild build --flake .#RevoluNixOS- Replace the hostname and user declarations in
flake.nix. - Generate or import the correct hardware configuration.
- Remove the checked-in initial password.
- Decide whether to keep the graphical imports or replace them with the CLI
fragments exported by
module-system. - Update legacy
RevoluNixinput URLs if necessary.
flake.nix host composition
hardware/ host hardware settings
system/ NixOS configuration
home/ Home Manager configuration
assets/ graphical assets inherited from the main dotfiles
See LICENSE.