A super simple configuration setup for a clean GNOME desktop
Install NixOS with either GNOME or "No desktop" via the GUI installer
nix-shell -p git
From ~
(which is the same as /home/USERNAME
):
git clone https://github.com/itswil/nixos.git
Note: the default
configuration.nix
is located in/etc/nixos
, but we will use this newly downloaded config
cd nixos
ln -s /etc/nixos/hardware-configuration.nix .
This is necessary because the Rebuild step (next step) requires a
hardware-configuration.nix
to be in the same location asconfiguration.nix
sudo nixos-rebuild switch -I nixos-config=configuration.nix
Changes from the default configuration.nix
have been marked with ##