summaryrefslogtreecommitdiff
path: root/home/wayland
diff options
context:
space:
mode:
Diffstat (limited to 'home/wayland')
-rw-r--r--home/wayland/home.nix26
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
+ ];
+ };
}