This commit is contained in:
LunarAkai 2025-03-15 15:41:20 +01:00
commit 4fdda76cec

View file

@ -0,0 +1,8 @@
# My personal NixOS Config
## Setup
1. in ~ ``git clone git@git.lunarakai.de:LunarAkai/new_nix.git nixos``
2. ``sudo nixos-rebuild switch --flake ~/nixos/#<host>``
## Credits
Took heavy inspiration (and copied some parts) from [Misterio77's config](https://github.com/Misterio77/nix-config). Thanks!