Skip to content

gobikrishnan-s3141/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!!

About

dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages