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";
impermanence.url = "github:nix-community/impermanence";
lanzaboote.url = "github:nix-community/lanzaboote";
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
hyprland.url = "github:hyprwm/Hyprland";
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
};
outputs =
@ -21,8 +21,8 @@
, home-manager
, impermanence
, lanzaboote
, neovim-nightly
, hyprland
, neovim-nightly
,
} @ inputs:
let

View file

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

View file

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