mirror of
https://github.com/ItsDrike/nixdots
synced 2025-01-03 22:44:34 +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
|