7065f73dd3
No more random lisp scripts and derivations in my main NixOS config anymore
8 lines
253 B
Common Lisp
8 lines
253 B
Common Lisp
(asdf:defsystem time-window
|
|
:pathname #P"time-window/"
|
|
:build-operation "program-op"
|
|
:entry-point "time-window:main"
|
|
:components ((:file "package")
|
|
(:file "time-window" :depends-on ("package")))
|
|
:depends-on (#:cl-hyprland-ipc))
|