Skip to content

Sly-Harvey/NixOS

Repository files navigation


My reproducible config for NixOS

Screenshot

Warning

Not Tested on amd GPUs and bios boot mode!

Install

Note

Default locale and timezone is British.
If you want to change this then edit the variables in flake.nix.

Make sure to reboot after installing with any of the methods below.

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/
and CHANGE the username variable in flake.nix with your username!!
then run the command below

sudo nixos-rebuild switch --flake .#nixos