Skip to content

Commit

Permalink
Fix unexpectedly overriding SSH_ASKPASS with NixOS
Browse files Browse the repository at this point in the history
Follow GH-852
Should be considered in GH-802
  • Loading branch information
kachick committed Oct 20, 2024
1 parent dd895e5 commit ede5e36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
dconf.enable = true;
# For lanching with command looks like better than alacritty
gnome-terminal.enable = true;

# Disable to respect home-manager config. Without this, NixOS module forces to set seahorse if using GNOME https://github.com/NixOS/nixpkgs/blob/3ca92ac2258051f7b2e8baca65aeaa1e4a9149c8/nixos/modules/programs/seahorse.nix#L24
# Might be reconsiderd in GH-802
ssh.enable = false;
};

environment.gnome.excludePackages =
Expand Down

0 comments on commit ede5e36

Please sign in to comment.