1
Fork 0

basic pass config

This commit is contained in:
Matei Adriel 2023-07-22 18:22:54 +03:00
parent 646e68f1d2
commit 61a03c40d4
No known key found for this signature in database
7 changed files with 46 additions and 3 deletions
home/features/cli

View file

@ -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 {