tangled
alpha
login
or
join now
demsem.dev
/
nixos-config
0
fork
atom
My entire NixOS config or something!
0
fork
atom
overview
issues
pulls
pipelines
Setup nh gc a in justfile
Demetrius Semanko
1 month ago
7b8b803d
8374d2e1
+7
2 changed files
expand all
collapse all
unified
split
README.md
justfile
+3
README.md
···
1
1
+
# NixOS Config
2
2
+
This repo contains everything to declare my NixOS machine.
3
3
+
I am learning.
+4
justfile
···
17
17
# Updates flake.lock file
18
18
update:
19
19
nix flake update
20
20
+
21
21
+
# Collects garbage using nh
22
22
+
gc:
23
23
+
nh clean all --keep 10 --ask