diff options
Diffstat (limited to 'home/wayland')
-rw-r--r-- | home/wayland/home.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/home/wayland/home.nix b/home/wayland/home.nix index a7d2186..253e4f1 100644 --- a/home/wayland/home.nix +++ b/home/wayland/home.nix @@ -9,13 +9,14 @@ ]; home.packages = with pkgs; [ - mpv - imv wtype - qemu grim slurp xdg-utils + + mpv + imv + qemu element-desktop-wayland ]; } |