My entire NixOS config or something!

Setup nh gc a in justfile

+7
+3
README.md
··· 1 + # NixOS Config 2 + This repo contains everything to declare my NixOS machine. 3 + I am learning.
+4
justfile
··· 17 17 # Updates flake.lock file 18 18 update: 19 19 nix flake update 20 + 21 + # Collects garbage using nh 22 + gc: 23 + nh clean all --keep 10 --ask