diff --git a/home.nix b/home.nix index cf8743d..2385e48 100644 --- a/home.nix +++ b/home.nix @@ -134,6 +134,11 @@ }; }; xdg.configFile = { + "nix/nix.conf" = { + text = '' + experimental-features = nix-command flakes + ''; + }; "sway/config" = { source = ./cfg/sway/config; };