From 955d12c9ef205692c6e030bf451a240b34ce0aec Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 16 Oct 2024 09:43:42 +0200 Subject: add ydotool --- common/default.nix | 4 ++++ common/programs/default.nix | 1 + common/users.nix | 1 + 3 files changed, 6 insertions(+) (limited to 'common') 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" diff --git a/common/programs/default.nix b/common/programs/default.nix index 9768774..ccca727 100644 --- a/common/programs/default.nix +++ b/common/programs/default.nix @@ -4,6 +4,7 @@ let "hyprland" "neovim" "zsh" + "ydotool" ]; in builtins.listToAttrs ( diff --git a/common/users.nix b/common/users.nix index 5046d0a..a0bafe5 100644 --- a/common/users.nix +++ b/common/users.nix @@ -5,6 +5,7 @@ extraGroups = [ "wheel" "networkmanager" + "ydotool" ]; shell = pkgs.zsh; }; -- cgit v1.2.3-70-g09d2