This commit is contained in:
albert 2024-08-21 20:32:00 +09:00
parent 485813a175
commit 8658230300
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -68,7 +68,7 @@
# Enabling hyprlnd on NixOS
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
# package = inputs.hyprland.packages.${pkgs.system}.hyprland;
# enableNvidiaPatches = true;
xwayland.enable = true;
};