Add build command example

This commit is contained in:
Kevin Kandlbinder 2023-02-27 13:35:48 +00:00
parent f17713236d
commit 78836daf06

View file

@ -6,3 +6,9 @@ This repo contains my personal dotfiles and configurations for my computers.
I use NixOS as my main OS, and for that I have written a few modules in [`nixos/modules`](./nixos/modules).
Are those settings perfect? No, but they are my opinionated defaults. :stuck_out_tongue_winking_eye:
*Build-Command Example:*
```bash
sudo nixos-rebuild switch --flake '.#kevin-tp' --impure
```