Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.37 KB

README.md

File metadata and controls

48 lines (39 loc) · 1.37 KB

Nixos

everything is a f(x) image

minimal wayland setup

  • minimal nixos base
  • wm: sway
  • terminal: foot
  • term font: monospace
  • font: freesans

setup

  • 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 or chromium.

Feel free to use the config files!!