summaryrefslogtreecommitdiff
path: root/profile.nix
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2025-07-16 18:11:46 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2025-07-16 18:11:46 +0200
commitd300a8d63146bcf6387bd76ea5723495c9b52066 (patch)
tree0325957a9ce0a3c4fa54ddf39ddc6692fd25153b /profile.nix
parent4d1213e0ba38538345f0463f9ef7cf47dbcdd787 (diff)
downloadhome-manager-d300a8d63146bcf6387bd76ea5723495c9b52066.tar.gz
home-manager-d300a8d63146bcf6387bd76ea5723495c9b52066.tar.bz2
home-manager-d300a8d63146bcf6387bd76ea5723495c9b52066.zip
Use proper portal configHEADmaster
To get this working a I needed to add a niri-portals.conf. Later this will come from the niri-portalsconf package
Diffstat (limited to 'profile.nix')
-rw-r--r--profile.nix2
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