diff --git a/home/default.nix b/home/default.nix index ce375dc..a3cd1ac 100644 --- a/home/default.nix +++ b/home/default.nix @@ -3,6 +3,9 @@ home.username = "marley"; home.homeDirectory = "/home/marley"; + # Enable flakes. + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + # This value determines the Home Manager release that your configuration is # compatible with. This helps avoid breakage when a new Home Manager release # introduces backwards incompatible changes.