Updated README and flake metadata

This commit is contained in:
Bryan Ramos 2024-01-30 10:56:58 -05:00
parent 429fbc0d63
commit 4b511573d4
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 2 additions and 9 deletions

View file

@ -2,12 +2,6 @@
My modular NixOS🔥 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: If you need a list of available packages and options:
- [nixpkgs Packages](https://search.nixos.org/packages) 📦️ - [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 ❄️ ### Enabling Flakes ❄️
Unleash Nix💥 Unleash Nix💥
Add to your `nix.conf` or `configuration.nix`👇️ Add to your `nix.conf` or `configuration.nix`👇️
```nix ```nix
nix = { nix = {
package = pkgs.nixFlakes; package = pkgs.nixFlakes;

View file

@ -1,5 +1,5 @@
{ {
description = "Fully Declarative YOLO"; description = "Nix Flake Configurations for Bryan";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";