- open gparted
- device / create partition table
- new / add label (nixos)
- open terminal
sudo su
mount /dev/disk/by-label/nixos /mnt
nix-shell -p git
git clone https://github.com/cafetestrest/nixos.git /mnt/etc/nixos
- update your username and other variables under:
nano nixos/hosts/desktop/desktop-modules.nix
- Run the following to apply (change host)
nixos-install --flake .#<host>
reboot
- clone repository locally
nix-shell -p git
git clone https://github.com/cafetestrest/nixos.git
cd nixos
- update your username and other variables under:
nano nixos/hosts/desktop/desktop-modules.nix
- install nixos
sudo nixos-rebuild boot --flake .#$USER
reboot
Rotated 180 degrees horizontally and vertically (to get purple to the bottom right) Upscaled to 3840x2160
Configuration files:
- openweathermap API keys and location data located at: $HOME/.config/scripts/weather.rc
- yrweather API keys and location data located at: $HOME/.config/ags/weather_key