Update
This commit is contained in:
parent
18d069b695
commit
cdd746be2c
3 changed files with 2 additions and 8 deletions
|
@ -1,11 +1,4 @@
|
|||
{ ... }: {
|
||||
services.gnupg-agent = {
|
||||
enable = true;
|
||||
enableExtraSocket = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "curses";
|
||||
};
|
||||
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
pkgs.rofi-rbw-wayland # Front-end for Bitwarden with Rofi
|
||||
|
||||
# wayland-packages
|
||||
inputs.nixpkgs-wayland.packages.${system}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI
|
||||
# inputs.nixpkgs-wayland.packages.${system}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI
|
||||
];
|
||||
|
||||
# Enable sound with pipewire.
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
enableSSHSupport = false;
|
||||
enableBrowserSocket = true;
|
||||
enableExtraSocket = true;
|
||||
pinentryFlavor = "curses";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue