summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 07b697b3158ce17faabf7449d178e1206e236c08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# ❄️ My NixOS Config

```bash
git clone https://github.com/Andrey0189/nixos-config
mv nixos-config $HOME/nix # Config is supposed to be in the ~/nix directory
cd $HOME/nix
sudo nixos-rebuild switch --flake .
home-manager switch --flake .
```
Enjoy!

![Screenshot](./screenshot.png)