thegreatape :gentoo: :nixos: :sway: on Nostr: I did something similar to this but only for upgrades and general switches, I really ...
I did something similar to this but only for upgrades and general switches, I really should try out the rest. On my system I just run
snrb = sudo nixos-rebuild switch
snrbu = sudo nixos-rebuild switch --upgrade
For installs / upgrades when needed.
One of the other massive benefits of nixos if you haven't already started using it is breaking down your master config into modules. The bonuses of this is you can import the same modules across multiple devices (IE the same firefox setup on your desktop and laptop). Also yes I did figure out how to set up email with neomutt in home manager. It was a pain.
snrb = sudo nixos-rebuild switch
snrbu = sudo nixos-rebuild switch --upgrade
For installs / upgrades when needed.
One of the other massive benefits of nixos if you haven't already started using it is breaking down your master config into modules. The bonuses of this is you can import the same modules across multiple devices (IE the same firefox setup on your desktop and laptop). Also yes I did figure out how to set up email with neomutt in home manager. It was a pain.