mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Move overlays into their own dirs
This commit is contained in:
@@ -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 { };
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user