mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Added install tldr to main readme
This commit is contained in:
parent
f97b25e547
commit
b22e6e1f63
|
@ -21,6 +21,11 @@ Using this I have [[./themes][55+ themes]] (I add more sometimes) I can switch b
|
||||||
** Install
|
** Install
|
||||||
I wrote some reinstall notes for myself [[./install.org][here (install.org)]].
|
I wrote some reinstall notes for myself [[./install.org][here (install.org)]].
|
||||||
|
|
||||||
|
TLDR: You should™ be able to install my dotfiles to an existing UEFI NixOS system with the following script:
|
||||||
|
#+begin_src sh :noeval
|
||||||
|
nix-shell -p git --command "nix-run gitlab:librephoenix/nixos-config --extra-experimental-features nix-command --extra-experimental-features flakes"
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Modules
|
** Modules
|
||||||
Separate Nix files can be imported as modules using an import block:
|
Separate Nix files can be imported as modules using an import block:
|
||||||
#+BEGIN_SRC nix
|
#+BEGIN_SRC nix
|
||||||
|
|
Loading…
Reference in a new issue