From 25fc7fdd76d2c2d78a93d57636248e783e0d7b75 Mon Sep 17 00:00:00 2001 From: ponymushama Date: Sun, 21 Jul 2024 15:58:09 +0800 Subject: [PATCH] update readme --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index efd52f6..2cd7617 100644 --- a/README.org +++ b/README.org @@ -23,7 +23,7 @@ I wrote some reinstall notes for myself [[./install.org][here (install.org)]]. TLDR: You should™ be able to install my dotfiles to a fresh NixOS system with the following experimental script: #+begin_src sh :noeval -nix-shell -p git --command "nix run --experimental-features 'nix-command flakes' gitlab:librephoenix/nixos-config" +nix-shell -p git --command "nix run --experimental-features 'nix-command flakes' github:ponymushama/nixos-config" #+end_src Disclaimer: Ultimately, I can't gaurantee this will work for anyone other than myself, so /use this at your own discretion/. Also my dotfiles are /highly/ opinionated, which you will discover immediately if you try them out.