diff --git a/nixos/desktop/default.nix b/nixos/desktop/default.nix index c85155b8..2252241e 100644 --- a/nixos/desktop/default.nix +++ b/nixos/desktop/default.nix @@ -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 =