toUnstable
This commit is contained in:
@@ -10,19 +10,20 @@ let
|
||||
'';
|
||||
};
|
||||
in {
|
||||
home.packages = with pkgs; [ pinentry-rofi ];
|
||||
home.packages = with pkgs; [ pinentry-rofi pinentry-gnome3 ];
|
||||
|
||||
programs.gpg.enable = true;
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
enableZshIntegration = true;
|
||||
pinentryFlavor = null;
|
||||
defaultCacheTtl = 7200; # 2h
|
||||
maxCacheTtl = 28800; # 8h
|
||||
extraConfig = ''
|
||||
pinentry-program ${pinentryRofi}/bin/pinentry-rofi-with-env
|
||||
ttyname $GPG_TTY
|
||||
'';
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
13
home/services/pipewire.nix
Normal file
13
home/services/pipewire.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user