non important commit

This commit is contained in:
maxstrb 2026-01-01 20:55:10 +01:00
parent 3a7e898328
commit 6cccee1ee3

View file

@ -5,6 +5,7 @@
systemd.variables = ["--all"]; systemd.variables = ["--all"];
xwayland.enable = true; xwayland.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
settings = { settings = {
exec-once = [ exec-once = [
@ -13,12 +14,6 @@
"hyprpanel" "hyprpanel"
]; ];
env = [
"NIXOS_OZONE_WL, 1"
"XDG_SESSION_TYPE, wayland"
"XDG_SESSION_DESKTOP, Hyprland"
];
input = { input = {
kb_layout = "cz"; kb_layout = "cz";
kb_options = "caps:escape"; kb_options = "caps:escape";