non important commit

This commit is contained in:
maxstrb 2026-01-01 20:57:41 +01:00
parent 543bf5f154
commit 2b909bfb6a
2 changed files with 1 additions and 1 deletions

View file

@ -42,5 +42,6 @@
environment.sessionVariables = { environment.sessionVariables = {
TERMINAL = "foot"; TERMINAL = "foot";
EDITOR = "nvim"; EDITOR = "nvim";
NIXOS_OZONE_WL = "1";
}; };
} }

View file

@ -1,5 +1,4 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.sessionVariables.NIXOS_OZONE_WL = "1";
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
systemd.enable = true; systemd.enable = true;