diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-03-27 01:59:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-27 01:59:26 +0000 |
| commit | 85baf135eea17eeaae9da6a9d3268fa6de5f3b0d (patch) | |
| tree | ca636c8354ee9ee71ebbffba827d08b7cdebcccf | |
| parent | ef5de419fae7c47069d0fb4415626dbbfab33595 (diff) | |
setup
| -rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,2 +1,28 @@ # nixos nixos config + +# Setup +cd into /etc/nixos +``` +cd /etc/nixos +``` +clone the repo (make sure to make backups) +``` +git clone https://github.com/ozpv/nixos.git +``` +move .xinitrc to ~/ +``` +mv .xinitrc ~/. +``` +then rebuild switch +``` +nixos-rebuild switch --flake /etc/nixos#ozpv +``` + +full command: +``` +cd /etc/nixos +git clone https://github.com/ozpv/nixos.git +mv .xinitrc ~/. +nixos-rebuild switch --flake /etc/nixos#ozpv +``` |
