nixos-configs/lib/README.md
matt1432 a42f4091d0
All checks were successful
Discord / discord commits (push) Has been skipped
docs: clean up and remove TODOs
2025-02-18 02:41:02 -05:00

11 lines
712 B
Markdown

# Lib
This directory contains Nix functions separated by what type or program they are associated with.
| Attribute Set | Description |
| ------------- | ------------------------------------------------------------------------------------------------ |
| `attrs` | [Misc functions dealing with attribute sets](./attrs) |
| `flake` | [Helper functions for top level flake outputs](./flake) |
| `hypr` | [Helper functions to configure hyprland in a cleaner way](./hypr) |
| `pkgs` | [Misc functions dealing with packages](./pkgs) |
| `strings` | [Misc functions dealing with strings](./strings) |