sneeuwvlok/README.md
Chris Kruining 7e6beb208d
kaas
2025-08-07 11:48:23 +02:00

22 lines
No EOL
513 B
Markdown

# My nix flake for my systems
## Commands
### Show the output of the flake
```sh
nix flake show
```
### Create install iso
```sh
nix build .#install-isoConfigurations.minimal
```
## Inpirations
- [dafitt/dotfiles](https://github.com/dafitt/dotfiles/)
- [khaneliman/khanelinix](https://github.com/khaneliman/khanelinix)
- [alex007sirois/nix-config](https://github.com/alex007sirois/nix-config) (justfile)
- [hmajid2301/nixicle](https://gitlab.com/hmajid2301/nixicle) (the GOAT, he did what I am aiming for!)