This commit is contained in:
Adithya 2024-03-22 23:58:17 +05:30
parent 51c8ef2956
commit b529c95d99
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
3 changed files with 4 additions and 4 deletions

View file

@ -10,8 +10,8 @@
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
impermanence.url = "github:nix-community/impermanence"; impermanence.url = "github:nix-community/impermanence";
lanzaboote.url = "github:nix-community/lanzaboote"; lanzaboote.url = "github:nix-community/lanzaboote";
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
hyprland.url = "github:hyprwm/Hyprland"; hyprland.url = "github:hyprwm/Hyprland";
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
}; };
outputs = outputs =
@ -21,8 +21,8 @@
, home-manager , home-manager
, impermanence , impermanence
, lanzaboote , lanzaboote
, neovim-nightly
, hyprland , hyprland
, neovim-nightly
, ,
} @ inputs: } @ inputs:
let let

View file

@ -3,7 +3,7 @@ _: {
gpg-agent = { gpg-agent = {
enable = true; enable = true;
enableScDaemon = true; enableScDaemon = true;
# pinentryFlavor = "gnome3"; # pinentryFlavor = "gnome3";
}; };
}; };
} }

View file

@ -1,4 +1,4 @@
{pkgs,...}: { { pkgs, ... }: {
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
pinentryPackage = pkgs.pinentry-gnome3; pinentryPackage = pkgs.pinentry-gnome3;