This is my personal Nix configuration for my machines. It is based on NixOS and Home Manager, and is managed by Nix Flakes.
Note that the configs are at a separate repo now at vollowx/nvimconf.
Now `nix-ld-rust` actually
Now due to `waybar` is no longer used, this appearance has been removed.
Install a minimal NixOS first, them clone this repo and run
nixos-rebuild switch --flake .#<hostname>
to install the configurations.
After you’ve got the configured system, you can replace that with
nh os switch .
for NixOS-level rebuilds, and
nh home switch .
for Home Manager-level rebuilds.
To update the system, you can run
nix flake update
first, then run the above commands.
- misterio77/nix-config (for the initial inspiration)
- idm1try/dotfiles (for the beautiful yet simple UI)