basic pass config
This commit is contained in:
parent
646e68f1d2
commit
61a03c40d4
7 changed files with 46 additions and 3 deletions
home/features/cli
|
@ -1,8 +1,7 @@
|
|||
{ pkgs, config, ... }:
|
||||
let
|
||||
pinentry =
|
||||
# if config.gtk.enable then {
|
||||
if false then {
|
||||
if config.gtk.enable then {
|
||||
packages = [ pkgs.pinentry-gnome pkgs.gcr ];
|
||||
name = "gnome3";
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue