From d300a8d63146bcf6387bd76ea5723495c9b52066 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Wed, 16 Jul 2025 18:11:46 +0200 Subject: Use proper portal config To get this working a I needed to add a niri-portals.conf. Later this will come from the niri-portalsconf package --- profile.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile.nix') diff --git a/profile.nix b/profile.nix index e48cb8f..520ad83 100644 --- a/profile.nix +++ b/profile.nix @@ -22,6 +22,7 @@ export BROWSER=/usr/bin/qutebrowser export PATH=$PATH:$HOME/.local/bin/ export QT_QPA_PLATFORM=wayland + export XDG_CURRENT_DESKTOP=niri # GO export GOPATH=$XDG_DATA_HOME/go @@ -63,7 +64,6 @@ if [[ "$(tty)" == "/dev/tty1" ]] then - eval `ssh-agent` if command -v niri 2>&1 >/dev/null -- cgit v1.2.3