From 6c6c06acd98e3aa7d6d5bbcf12a170607fbc214f Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 30 Jun 2023 18:30:55 +0900 Subject: [PATCH] test --- laptop/configuration.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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