Skip to content

cootshk/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 American.
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

About

My reproducible NixOS system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 90.5%
  • Shell 9.5%