This commit is contained in:
albert 2024-05-05 08:30:33 +09:00
parent 18d069b695
commit cdd746be2c
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
3 changed files with 2 additions and 8 deletions

View file

@ -1,11 +1,4 @@
{ ... }: { { ... }: {
services.gnupg-agent = {
enable = true;
enableExtraSocket = true;
enableSSHSupport = true;
pinentryFlavor = "curses";
};
programs.gpg = { programs.gpg = {
enable = true; enable = true;
settings = { settings = {

View file

@ -135,7 +135,7 @@
pkgs.rofi-rbw-wayland # Front-end for Bitwarden with Rofi pkgs.rofi-rbw-wayland # Front-end for Bitwarden with Rofi
# wayland-packages # 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. # Enable sound with pipewire.

View file

@ -6,6 +6,7 @@
enableSSHSupport = false; enableSSHSupport = false;
enableBrowserSocket = true; enableBrowserSocket = true;
enableExtraSocket = true; enableExtraSocket = true;
pinentryFlavor = "curses";
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [