non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-15 10:54:13 +01:00
parent 95fc1945a6
commit fa3640022d

View file

@ -15,7 +15,6 @@
fuzzel.enable = true; fuzzel.enable = true;
swaylock.enable = true; swaylock.enable = true;
waybar.enable = true; waybar.enable = true;
foot.enable = true;
}; };
services = { services = {
@ -63,7 +62,7 @@
environment = { environment = {
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
TERMINAL = "foot"; TERMINAL = "alacritty";
SDL_VIDEODRIVER = "wayland"; SDL_VIDEODRIVER = "wayland";
CLUTTER_BACKEND = "wayland"; CLUTTER_BACKEND = "wayland";
}; };