Top
nixos-config
79b90a0c
nixos-config
My NixOS configuration files
Summary
Refs
Commits
Files
Authored by
Anthony Wang
Authored at
2025-04-12 19:48:26 -0400
Committed by
Anthony Wang
Committed at
2025-04-12 19:48:26 -0400
Object name
79b90a0c1c15983576243589e7850e4c0f72aced
Parent
bedefbb7
Enable Nix pipe operators
Changes
1 changed files (+1/-0)
configuration.nix
@@ -32,6 +32,7 @@
nix.settings.experimental-features = [
"nix-command"
"flakes"
+
"pipe-operators"
];
# Overlays! Fixed points!