Skip to content

Sly-Harvey/NixOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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