dotfiles/nixos/modules/nix-settings.nix
Bart van der Braak 8dd28119e7 full restructure
2025-01-17 01:25:44 +01:00

8 lines
No EOL
119 B
Nix

{ ... }:
{
# Nix Configuration
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
};
}