9 lines
200 B
Markdown
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 .
|
|
```
|