add password script
This commit is contained in:
parent
4752ed2b4c
commit
a8a8be5a59
5 changed files with 116 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
{ config, lib, ... }:
|
||||
(_: pkgs: {
|
||||
(pkgs: _: {
|
||||
bmenu = import ./bmenu.nix { inherit config pkgs lib; };
|
||||
_diffr = import ./diffr.nix { inherit config pkgs lib; };
|
||||
kak-pager = import ./kak-pager.nix { inherit config pkgs lib; };
|
||||
terminal = import ./terminal.nix { inherit config pkgs lib; };
|
||||
wpass = import ./wpass.nix { inherit config pkgs lib; };
|
||||
screenshotsh = import ./screenshotsh.nix { inherit config pkgs lib; };
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue