1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00
Files
niveum/overlays/scripts.nix

4 lines
81 B
Nix
Raw Normal View History

2019-11-09 16:33:59 +01:00
(self: super: {
kmein = import <niveum/packages/scripts> { pkgs = super; };
})