Alex Balgavy

Just some stuff about me.

Here's my dotfiles repository.

Check out my blog.

My keys: PGP, SSH

My crypto wallets (BTC, XMR)

Nix OS commands

Update:

nixos-rebuild switch

See what will change in an update:

nix-chanel --update
nixos-rebuild build
nix store diff-closures /var/run/current-system ./result

Ways to manage packages:

List installed packages:

nix-env -qa --installed '*'

Update channel

nix-channel --update
sudo nixos-rebuild switch
nix-env -u '*'