diff --git a/configuration.nix b/configuration.nix index 662398a..80a827d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -128,8 +128,7 @@ # Allow unfree packages nixpkgs.config.allowUnfree = true; - # Enable Flatpack - services.flatpak.enable = true; + # Enable Flakes nix.settings.experimental-features = [ "nix-command" "flakes" ];