dotfiles.pub/README.md
2025-09-06 20:38:46 +02:00

9 lines
200 B
Markdown

# dotfiles
This repo will hold a copy of most of my dotfiles.
## flake.nix
You can use these dotfiles ad-hoc under nixos using:
```bash
nix run nixpkgs#home-manager -- switch --impure --flake .
```