This repo contains NixOS and Home Manager configurations to support a few systems:
- NixOS
x86_64with Hyprland - macOS
x86_64andaarch64 - Headless, general-purpose Linux
x86_64(including WSL)
# Enable flakes on non-NixOS systems:
./enable-flakes
# Let it rip:
nix run
# Or, for headless VMs and WSL:
nix run .#christian@headlessUpdate the system locally:
nixos-rebuild switch --flake .Or just do it over the network:
nixos-rebuild switch --flake github:meowgorithm/dotfiles/master