diff options
Diffstat (limited to 'common/default.nix')
| -rw-r--r-- | common/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix index 4418fca..7bf5705 100644 --- a/common/default.nix +++ b/common/default.nix @@ -54,6 +54,10 @@ extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; }; + environment.sessionVariables = { + YDOTOOL_SOCKET = "/run/ydotoold/socket"; + }; + nix.settings.experimental-features = [ "nix-command" "flakes" |