From f6df27d7a916d1457659ee7810ed42a30402513a Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 16 Feb 2025 20:57:08 -0500 Subject: [PATCH] Remove config that was causing extra prompts with no noticeable impact. --- nix/steam_deck/configuration/flake.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nix/steam_deck/configuration/flake.nix b/nix/steam_deck/configuration/flake.nix index b1fbdbd..d19bd88 100644 --- a/nix/steam_deck/configuration/flake.nix +++ b/nix/steam_deck/configuration/flake.nix @@ -44,11 +44,4 @@ ]; }; }; - - nixConfig = { - experimental-features = [ - "nix-command" - "flakes" - ]; - }; }