Skip to content

Latest commit

 

History

History
53 lines (50 loc) · 2.16 KB

README.md

File metadata and controls

53 lines (50 loc) · 2.16 KB


An ordinary config for NixOS

Screenshot

Install

Note

Default gpu drivers are nvidia.
If you want to change this then edit the imports in ./hosts/Default/configuration.nix.

Using the install script

nix run --experimental-features "nix-command flakes" nixpkgs#git clone https://github.com/Sly-Harvey/NixOS.git ~/NixOS
cd ~/NixOS
sudo ./install.sh

Building manually

Important

When building manually from the flake make sure to place your hardware-configuration.nix in hosts/Default/
then change the username variable in flake.nix with your username!!
afterwards run the command below

sudo nixos-rebuild switch --flake .#nixos