From aa934ea950088bcc6044c6f1f3ae363c63586c72 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Sun, 11 Feb 2024 23:37:11 -0600 Subject: [PATCH] Remove flake section from before --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index d47909a..e5eda8f 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,6 @@ If you want to learn more about my system, [this project has a Wiki](https://git # Install / Steps To Reproduce My System -- Enable flakes, and the Hyprland cache so you don't have to build it, in your default configuration.nix by adding this: - -``` -# Enable Flakes and the new command-line tool -nix = { - settings = { - experimental-features = [ "nix-command" "flakes" ]; - substituters = ["https://hyprland.cachix.org"]; - trusted-public-keys = [ - "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" - ]; - }; -}; -``` - - Run this command to ensure Git is installed. ```