My collection of dotfiles.
flake.nix is the entrypoint, while directories hold modules,
overlays, packages, etc.
Host-specific configuration to into base_hosts, consuming
the root flake.nix as an input.
Most modules assume the username to be aldur.
See the packages directories for a few more.
A slightly customized LazyVim setup.
nix run "github:aldur/dotfiles#lazyvim"Or its light version:
nix run "github:aldur/dotfiles#lazyvim-light"Launch a qemu-vm with the configuration from this repository.
See the README for more information.
nix run "github:aldur/dotfiles#qemu-vm"To further configure the QEMU VM, clone the template:
nix flake init --template github:aldur/dotfiles#vm-nogui