pinwheel: Move opengl config to hyprland module

This commit is contained in:
Alexander Heldt
2023-10-16 22:56:56 +02:00
parent 9712bc7dbf
commit d3bb764006
2 changed files with 3 additions and 1 deletions

View File

@@ -55,7 +55,6 @@
LC_TIME = "en_US.UTF-8"; LC_TIME = "en_US.UTF-8";
}; };
hardware.opengl.enable = true;
programs.dconf.enable = true; programs.dconf.enable = true;
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.

View File

@@ -128,6 +128,9 @@
home.packages = [ pkgs.jq pkgs.bc ]; home.packages = [ pkgs.jq pkgs.bc ];
}; };
# openGL is needed for wayland/hyprland
hardware.opengl.enable = true;
systemd.user.services.hyprland-monitors = { systemd.user.services.hyprland-monitors = {
# systemctl --user restart hyprland-monitors.service # systemctl --user restart hyprland-monitors.service
# journalctl --user -u hyprland-monitors.service -e -f # journalctl --user -u hyprland-monitors.service -e -f