
/nixos folder :-)
- nix: for home configuration
- nixos: if you want to use my whole system configuration
To use my config run:
git clone [email protected]:nxy7/dotfiles #or use https git clone
cd dotfiles/system
sudo nixos-rebuild switch --flake . --impureFlakes need to be run with --impure flag because I'm importing /etc/nixos/hardware-configuration.nix
that's automatically generated on NixOS system, but I don't keep it in the repository for more portable
configuration.
home-manager switch --flake . --impuresudo nixos-rebuild switch --flake https://github.com/nxy7/dotfiles --impure
home-manager switch --flake https://github.com/nxy7/dotfiles --impure