diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index 3ca60cc..03b3194 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -10,12 +10,6 @@ ../../modules/desktop.nix ]; - nix = { - extraOptions = "experimental-features = nix-command flakes"; - package = pkgs.nixVersions.unstable; - }; - - # Use the systemd-boot EFI boot loader. boot = { kernelPackages = pkgs.linuxPackages_zen;