General

AliasCommandDescriptionExample
clipxclip -selection clipboardCopy contents to clipboardecho "Hello World" | clip
journalctl -f -T $EXCLUDEAPPMonitor system logs, optionally exclude noisy apps like browserjournalctl -f -T floorp
netstat -ltnp | grep $PORTNUMFind service listening on portnetstat -ltnp | grep 48010
systemctl --user $COMMAND $SERVICEInteract with user level system servicessystemctl --user status sunshine
systemctl --user --type=target List available user level service targets

NixOS Specific

AliasCommandDescriptionExample
nxrbnixos-rebuild switchRebuild NixOS with latest configurationnxrebuild
nxshnix-shell -p $1Start a Nix shell with some included package/snxshell neofetch
nxgcnix-collect-garbage —delete-oldCleanup old NixOS generationsnxgc