diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-01-05 19:13:19 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-01-05 19:13:19 +0530 |
commit | eeab1b2f45236829303cb4de667f90c0a562d15e (patch) | |
tree | c96028b6cbf7443429c96cae90d3a3766635df58 | |
parent | 5a75d6b869b1ad523914b483d23ede0e7ff335ff (diff) |
home/wayland: switch to element-desktop
-rw-r--r-- | home/wayland/home.nix | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/home/wayland/home.nix b/home/wayland/home.nix index 3720202..bcea5f4 100644 --- a/home/wayland/home.nix +++ b/home/wayland/home.nix @@ -11,16 +11,20 @@ ./modules/sway/home.nix ]; - home.packages = with pkgs; [ - wtype - grim - slurp - xdg-utils + home = { + sessionVariables.NIXOS_OZONE_WL = 1; - mpv - imv - qemu - hoppscotch - element-desktop-wayland - ]; + packages = with pkgs; [ + wtype + grim + slurp + xdg-utils + + mpv + imv + qemu + hoppscotch + element-desktop + ]; + }; } |