feat: adds stuff to nixos wsl to sync with eggyoke
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good

This commit is contained in:
2025-02-27 01:16:49 +00:00
parent 889b0650af
commit ea36c55f82
2 changed files with 28 additions and 26 deletions

View File

@@ -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;
};