remove unnecessary double flake definition

This commit is contained in:
LordGrimmauld 2023-11-29 22:58:32 +01:00
parent 8e482fc526
commit 41feb7d753

View File

@ -25,13 +25,6 @@
./modules/opengl.nix ./modules/opengl.nix
]; ];
nix = {
package = pkgs.nixFlakes;
extraOptions = ''
experimental-features = nix-command flakes
'';
};
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;