tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
Ellis
bwc9876.dev
10 months ago
f36d4b49
e7f0fb4f
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+1
1 changed file
expand all
collapse all
unified
split
nixosModules
base
nix.nix
+1
nixosModules/base/nix.nix
···
20
20
experimental-features = [
21
21
"nix-command"
22
22
"flakes"
23
23
+
"pipe-operator"
23
24
];
24
25
auto-optimise-store = true;
25
26
fallback = true;