NixOS icon indicating copy to clipboard operation
NixOS copied to clipboard

NixOS + Hyprland


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