11 lines
712 B
Markdown
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) |
|