diff --git a/machines/haze/niri.nix b/machines/haze/niri.nix index 4952297..05c834a 100644 --- a/machines/haze/niri.nix +++ b/machines/haze/niri.nix @@ -15,5 +15,7 @@ self.inputs.matugen.packages.${pkgs.system}.default ]; + services.gnome.gnome-keyring.enable = true; + environment.sessionVariables.NIXOS_OZONE_WL = "1"; } diff --git a/machines/haze/ssh.nix b/machines/haze/ssh.nix index 054b746..2c63c08 100644 --- a/machines/haze/ssh.nix +++ b/machines/haze/ssh.nix @@ -1,3 +1,2 @@ { - programs.ssh.startAgent = true; }