This commit is contained in:
iFargle 2023-06-30 18:30:55 +09:00
parent 9077005e1a
commit 6c6c06acd9

View file

@ -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