From f7902946f92974c04e1bc1e915af548f1e0bc718 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 29 Aug 2024 21:35:30 -0400 Subject: [PATCH] README.md: update inputs --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a03bdf86..3665d21c 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,7 @@ My comprehensive NixOS flake for managing my laptop, desktop, and home lab envir ## Inputs -This flake takes a variety of inputs, first and foremost my other flakes: - -- [nixhw](https://github.com/alyraffauf/nixhw): opinionated set of generic (AMD, Intel, Laptop, SSD) and specific (Framework 13, Yoga 9i, Thinkpad T440p) hardware configuration modules for NixOS. -- [raffauflabs](https://github.com/alyraffauf/raffauflabs): everything (containers, services, nginx, etc) that makes my [home lab](https://raffauflabs.com) a home lab. - -As well as upstream third-party projects that I use for various tasks: +This flake takes a variety of upstream and third party flakes as inputs: - [agenix](https://github.com/ryantm/agenix): secrets storage and orchestration. - [disko](https://github.com/nix-community/disko): declarative partitions and disk configuration. @@ -27,6 +22,7 @@ As well as upstream third-party projects that I use for various tasks: - [hyprland](https://github.com/hyprwm/Hyprland): great dynamic tiling wayland compositor. - [iio-hyprland](https://github.com/JeanSchoeller/iio-hyprland): autorotate daemon for Hyprland. - [lanzaboote](https://github.com/nix-community/lanzaboote): ssecure boot for NixOS. +- [nixhw](https://github.com/alyraffauf/nixhw): opinionated set of generic (AMD, Intel, Laptop, SSD) and specific (Framework 13, Yoga 9i, Thinkpad T440p) hardware configuration modules for NixOS. - [nur](https://github.com/nix-community/NUR): extra packages from the nix user repository. - [stylix](https://github.com/danth/stylix): system-wide colorscheming and typography. - [sway](https://github.com/swaywm/sway): fantastic, rock-solid tiling compositor for wayland.