1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/dotfiles.git synced 2025-08-21 13:28:16 +02:00

Add build command example

This commit is contained in:
Kevin Kandlbinder 2023-02-27 13:35:48 +00:00
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
```