dotfiles/.config/nix/modules/nix-core.nix
2023-11-28 08:32:08 +01:00

6 lines
159 B
Nix

{ pkgs, ... }:
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
services.nix-daemon.enable = true;
programs.nix-index.enable = true;
}