Better wl-clipedit and rbw-fzf
This commit is contained in:
parent
ca4e245fd0
commit
1deb75a769
6 changed files with 95 additions and 3 deletions
|
|
@ -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 { };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue