From 4b511573d4d1c04a45058bd8d6c518b86db4c2fc Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 30 Jan 2024 10:56:58 -0500 Subject: [PATCH] Updated README and flake metadata --- README.md | 9 +-------- flake.nix | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 80717c0..14f00b3 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,6 @@ My modular NixOS🔥 -The `user` directory is where you can customize user configurations, the system is configured to grab all attributes defined in here. - -The `sysConfig`🖥️ directory contains subdirectories for each of my machines - -In the `homeConfig`🏠️ directory, you'll find various dotfiles and config files that make my home directory extra nixy - If you need a list of available packages and options: - [nixpkgs Packages](https://search.nixos.org/packages) 📦️ @@ -35,10 +29,9 @@ Install by visiting [nixos.org](https://www.nixos.org/) or through your package ### Enabling Flakes ❄️ -Unleash Nix💥 +Unleash Nix💥 Add to your `nix.conf` or `configuration.nix`👇️ - ```nix nix = { package = pkgs.nixFlakes; diff --git a/flake.nix b/flake.nix index 2699b03..f0e0e04 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Fully Declarative YOLO"; + description = "Nix Flake Configurations for Bryan"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";