Hyprland + NixOS
Inspired by DHH's Omarchy setup, and more.
# After initial setup
nixos-rebuild switch --flake /nixos-config#<machine>
# You can run the following command to rebuild OS
nh os switch
# Use a pre-defined develop environment
use_env rust
# The command is equals to
nix develop --impure /nixos-config/devenvs/#rust
See devenvs/flake.nix to learn more.