Better wl-clipedit and rbw-fzf

This commit is contained in:
Filippo Berto 2026-02-05 09:41:18 +01:00
parent ca4e245fd0
commit 1deb75a769
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
6 changed files with 95 additions and 3 deletions

View file

@ -118,6 +118,7 @@
inherit
(pkgs)
keyboard-switch
rbw-fzf
wl-clipedit
wl-lockscreen
wl-update-background
@ -178,6 +179,7 @@
packages = self: _super: {
keyboard-switch = self.callPackage ./pkgs/keyboard-switch { };
wl-clipedit = self.callPackage ./pkgs/wl-clipedit { };
rbw-fzf = self.callPackage ./pkgs/rbw-fzf { };
wl-lockscreen = self.callPackage ./pkgs/wl-lockscreen { };
wl-update-background = self.callPackage ./pkgs/wl-update-background { };
};