non important commit

This commit is contained in:
benstrb 2026-01-17 21:40:49 +01:00
parent 6e156d5eff
commit 8ecdb98f4e

View file

@ -24,14 +24,19 @@
../modules/locale.nix
];
programs.hyprland = {
programs.niri = {
enable = true;
xwayland.enable = true;
};
environment.systemPackages = with pkgs; [
niri
xorg.libXcursor
xorg.libXi
xorg.libXrandr
];
environment.variables = {
WLR_NO_HARDWARE_CURSORS = "1";
# Force Intel GPU
__GLX_VENDOR_LIBRARY_NAME = "mesa";
};