- I use nix BTW!
- Download the latest iso from this site
- Installation guide
- Manual
- Nix docs
- minimal nixos base
- wm:
sway
- terminal:
foot
- term font:
monospace
- font:
freesans
- use
configuration.nix
file from the repo and rebuild the system
sudo nixos-rebuild switch --upgrade
or (more verbose)
sudo nix-channel --update
sudo nixos-rebuild switch
- To apply updates after a reboot
sudo nixos-rebuild boot
- To test update (not added to bootlog, until it is applied)
sudo nixos-rebuild test
- Use 'nix-shell' for temp installation/testing
sudo nix-shell -p $nixpkg
-
Firefox
(if you wanna use good old firefox, do not use the stock version; I recommend using a custom 'user.js' from arkenfox for enhanced security or Betterfox for a sweetspot between ease of use and better security. -
Looking for chromium-based browsers, install
Brave
orchromium
.
Feel free to use the config files!!