feat: adds stuff to nixos wsl to sync with eggyoke
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
This commit is contained in:
@@ -61,6 +61,8 @@ in
|
||||
pinentry-curses
|
||||
gnupg
|
||||
];
|
||||
|
||||
environment.noXlibs = false;
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
fira-code
|
||||
@@ -72,7 +74,7 @@ in
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "curses";
|
||||
pinentryPackage = pkgs.pinentry-qt;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user