Move overlays into their own dirs

This commit is contained in:
Dave Gallant
2021-01-20 21:31:47 -05:00
parent 405d4e6f1b
commit 801f878edc
16 changed files with 196 additions and 159 deletions

View File

@@ -1,9 +1,9 @@
{ ... }:
final: prev: {
[
(import ./lastpass.nix)
(import ./rfd.nix)
(import ./srv.nix)
(import ./vpngate.nix)
]
g810-led = prev.callPackage ./g810-led { };
lpass = prev.callPackage ./lastpass { };
rfd = prev.callPackage ./rfd { };
srv = prev.callPackage ./srv { };
vpngate = prev.callPackage ./vpngate { };
}