non important commit

This commit is contained in:
benstrb 2026-01-27 19:26:30 +01:00
parent 4452e6090f
commit 8820c6ad1b
2 changed files with 10 additions and 0 deletions

View file

@ -25,6 +25,10 @@
];
programs.niri.enable = true;
programs.xwayland = {
enable = true;
package = pkgs.stable.xwayland-satellite;
};
nix.settings.experimental-features = ["nix-command" "flakes"];

View file

@ -31,6 +31,12 @@
};
};
environment = {
NIXOS_OZONE_WL = "1";
SDL_VIDEODRIVER = "wayland";
CLUTTER_BACKEND = "wayland";
};
layout = {
gaps = 8;