From 952578d29fa61a10857f9b5de89339ecf2e4fd97 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sat, 31 May 2025 19:07:04 +0200 Subject: [PATCH] remove flatpak lol why did i have this, no flatpak packages installed... --- configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" ];