non important commit
This commit is contained in:
parent
6e156d5eff
commit
8ecdb98f4e
1 changed files with 8 additions and 3 deletions
|
|
@ -24,14 +24,19 @@
|
||||||
../modules/locale.nix
|
../modules/locale.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.hyprland = {
|
programs.niri = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xwayland.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
niri
|
||||||
|
xorg.libXcursor
|
||||||
|
xorg.libXi
|
||||||
|
xorg.libXrandr
|
||||||
|
];
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
WLR_NO_HARDWARE_CURSORS = "1";
|
WLR_NO_HARDWARE_CURSORS = "1";
|
||||||
# Force Intel GPU
|
|
||||||
__GLX_VENDOR_LIBRARY_NAME = "mesa";
|
__GLX_VENDOR_LIBRARY_NAME = "mesa";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue