#!/usr/bin/env bash# Cleaning up the NixOS storeprofiles=(per-user/root/channelsper-user/andreh/profileper-user/andreh/channelssystem)forpin${profiles[@]};dosudonix-env--delete-generationsold-p/nix/var/nix/profiles/$pdone
nix-collect-garbage-d
rm-rf~/.local/share/Trash/files/*