Skip to content

cafetestrest/nixos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nixos install of live usb

  1. open gparted
  • device / create partition table
  • new / add label (nixos)
  1. 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
  1. update your username and other variables under:
nano nixos/hosts/desktop/desktop-modules.nix
  1. Run the following to apply (change host)
nixos-install --flake .#<host>
reboot

nixos install after normal os installation

  1. clone repository locally
nix-shell -p git
git clone https://github.com/cafetestrest/nixos.git
cd nixos
  1. update your username and other variables under:
nano nixos/hosts/desktop/desktop-modules.nix
  1. install nixos
sudo nixos-rebuild boot --flake .#$USER
reboot

Post install:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published