nixos-config/modules/home/settings/nix/default.nix

8 lines
90 B
Nix
Raw Normal View History

2025-01-11 14:07:19 -05:00
{ ... }:
{
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
}