mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 10:39:42 +00:00
10 lines
126 B
Nix
10 lines
126 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}: let
|
|
packages = {
|
|
dbus-hyprland-env = pkgs.callPackage ./dbus-hyprland-env.nix {};
|
|
};
|
|
in
|
|
packages
|