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 = {
|
programs.gpg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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; [
|
||||||
|
|
Loading…
Reference in a new issue