up
This commit is contained in:
parent
09bb3e5a7b
commit
327064d0de
|
@ -1,5 +1,6 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
pkgs.writeShellScriptBin "wpass" ''
|
pkgs.writeShellScriptBin "wpass" ''
|
||||||
|
_gpg-unlock
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
wtype=${pkgs.wtype}/bin/wtype
|
wtype=${pkgs.wtype}/bin/wtype
|
||||||
|
|
|
@ -183,6 +183,7 @@ in {
|
||||||
configure-gtk
|
configure-gtk
|
||||||
wayland
|
wayland
|
||||||
glib # gsettings
|
glib # gsettings
|
||||||
|
usbutils
|
||||||
# dracula-theme # gtk theme
|
# dracula-theme # gtk theme
|
||||||
gnome3.adwaita-icon-theme # default gnome cursors
|
gnome3.adwaita-icon-theme # default gnome cursors
|
||||||
swaylock
|
swaylock
|
||||||
|
|
Loading…
Reference in a new issue