diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ba40a88..01777fc 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -102,8 +102,11 @@ environment.systemPackages = with pkgs; [ vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. wget + git ]; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;