#!/usr/bin/env bash # Cleaning up the NixOS store profiles=(per-user/root/channels per-user/andreh/profile per-user/andreh/channels system) for p in ${profiles[@]}; do sudo nix-env --delete-generations old -p /nix/var/nix/profiles/$p done nix-collect-garbage -d rm -rf ~/.local/share/Trash/files/*