mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
fixes after update
changelog: - fixed hyprland master window status - changed scaling factor in cool-retro-term config - updated styles for stylus - fixed theme for GNOME & GTK - added packages `pnpm` & `gpu-viewer` - fixed opengl - updated README
This commit is contained in:
@@ -7,10 +7,9 @@
|
||||
};
|
||||
|
||||
# Enable OpenGL
|
||||
hardware.opengl = {
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
enable32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-compute-runtime
|
||||
intel-media-driver # LIBVA_DRIVER_NAME=iHD
|
||||
|
Reference in New Issue
Block a user