diff options
Diffstat (limited to 'profile.nix')
-rw-r--r-- | profile.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |