added stuff
This commit is contained in:
parent
6d31f5b5a1
commit
7d4f626b7d
907 changed files with 70990 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
inputs',
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
packages = {
|
||||
inherit (inputs'.hyprland-contrib.packages) grimblast;
|
||||
inherit (inputs'.hyprpicker.packages) hyprpicker;
|
||||
|
||||
wrapper = pkgs.callPackage ./wrapper {inherit (inputs') hyprland;};
|
||||
hyprshot = pkgs.callPackage ./hyprshot.nix {};
|
||||
dbus-hyprland-env = pkgs.callPackage ./dbus-hyprland-env.nix {};
|
||||
propaganda = pkgs.callPackage ./propaganda.nix {};
|
||||
};
|
||||
in
|
||||
packages
|
Loading…
Add table
Add a link
Reference in a new issue