diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-16 09:43:42 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-16 09:43:42 +0200 |
| commit | 955d12c9ef205692c6e030bf451a240b34ce0aec (patch) | |
| tree | 1b8d92467e98b4c51e3cb71d68db7c0b457a5be7 /common/programs/default.nix | |
| parent | 5970e81bfc6a6574f27d301bc10c606e7ca111f0 (diff) | |
add ydotool
Diffstat (limited to 'common/programs/default.nix')
| -rw-r--r-- | common/programs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 ( |