diff options
author | kotontrion <[email protected]> | 2024-05-21 13:08:51 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-21 13:08:51 +0200 |
commit | 33b3b60ee513ce2d313ce31c292afc114a110eb3 (patch) | |
tree | ce63b21d13c2fcdbb9c6f6fee5b583c15654315f /README.md | |
parent | 611f7ec8154869c4dc131feb6b082d3a890c369e (diff) | |
parent | 0a209680c532bab47e99e07bc090240bf851c218 (diff) |
Merge pull request #1 from astal-sh/nix-flake
add flake.nix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ meson compile -C build meson install -C build ``` +> [!NOTE] +> on NixOS you will have to add `security.pam.services.astal-auth = {}` in `configuration.nix` + ## Usage This library can be used from any language supporting GObject Introspection. Have a look at the [examples](examples) for how it can be used in C and gjs. |