diff options
author | sefidel <contact@sefidel.net> | 2023-11-17 15:08:19 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-11-17 15:08:19 +0900 |
commit | e754f3f99c18a774e9d8d3dfff02660c6d9d729a (patch) | |
tree | 6764d7de8ce1e81e2742271671177327122fe7f4 /home/profiles/gui/default.nix | |
parent | 96198fc1c515ba6a06112183a848471fc20b1cd7 (diff) | |
download | nixrc-e754f3f99c18a774e9d8d3dfff02660c6d9d729a.tar.gz nixrc-e754f3f99c18a774e9d8d3dfff02660c6d9d729a.zip |
feat(home/gui): add wl-mirror
Diffstat (limited to 'home/profiles/gui/default.nix')
-rw-r--r-- | home/profiles/gui/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index 9bd316e..1dd09c1 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -90,6 +90,7 @@ in pkgs.swaybg pkgs.wayland-utils pkgs.wl-clipboard + pkgs.wl-mirror pkgs.grim pkgs.slurp pkgs.sway-contrib.grimshot |