config-new/modules/linux/nix.nix
2025-05-24 15:38:19 +02:00

8 lines
115 B
Nix

{
# todo: gc
nix.settings.experimental-features = [
"flakes"
"nix-command"
"pipe-operators"
];
}