fmt
This commit is contained in:
parent
51c8ef2956
commit
b529c95d99
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@ _: {
|
|||
gpg-agent = {
|
||||
enable = true;
|
||||
enableScDaemon = true;
|
||||
# pinentryFlavor = "gnome3";
|
||||
# pinentryFlavor = "gnome3";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs,...}: {
|
||||
{ pkgs, ... }: {
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
|
|
Loading…
Reference in a new issue