mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-06 13:25:52 +02:00
Add build command example
This commit is contained in:
parent
f17713236d
commit
78836daf06
1 changed files with 6 additions and 0 deletions
|
@ -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).
|
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:
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue