diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-13 15:09:23 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-13 15:09:23 -0800 |
commit | 23fd23ae92e21b37e39b66d1e87298af9604dd7d (patch) | |
tree | b2651fdf97ba5aa13f51195e2eb705052a5702b5 /users/fcuny | |
parent | emacs: pull community's overlay (diff) | |
download | world-23fd23ae92e21b37e39b66d1e87298af9604dd7d.tar.gz |
sway: add a few more packages
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/desktop/sway/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/users/fcuny/desktop/sway/default.nix b/users/fcuny/desktop/sway/default.nix index 90420d7..19a2f98 100644 --- a/users/fcuny/desktop/sway/default.nix +++ b/users/fcuny/desktop/sway/default.nix @@ -10,9 +10,10 @@ home.packages = [ pkgs.pavucontrol - pkgs.wofi - pkgs.wl-clipboard + pkgs.wev pkgs.wf-recorder + pkgs.wl-clipboard + pkgs.wofi ]; home.sessionVariables = { |