diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 2a705f0d..e49b4a72 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -143,14 +143,9 @@ nixpkgs.config.allowUnfree = true; # Enable flakes: https://nixos.wiki/wiki/Flakes - nix = { - package = pkgs.nixFlakes; - extraOptions = '' - experimental-features = nix-command flakes - ''; - }; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + # List packages installed in system profile. To search, run: - # $ nix search wget environment.systemPackages = with pkgs; [ # Secureboot sbctl