feat: nixos module
build / build (push) Successful in 7s

This commit is contained in:
2026-04-18 20:16:32 -06:00
parent 7e6fb22d03
commit fa2dbce5a5
6 changed files with 93 additions and 17 deletions
+2 -1
View File
@@ -46,7 +46,8 @@
"Aero tag to search for a directory on $XDG_DATA_DIRS."
(some #(let [x (fs/path % value)]
(and (fs/exists? x) x))
(fs/split-paths (System/getenv "XDG_DATA_DIRS"))))
(some-> (System/getenv "XDG_DATA_DIRS")
fs/split-paths)))
(defmethod aero/reader 'file
[{:keys [source]} tag value]