Disable vulkan in sway

This commit is contained in:
Riley Apeldoorn 2023-06-17 12:51:34 +02:00
parent 8f4b74c188
commit 571e1daa82
3 changed files with 8 additions and 8 deletions

View File

@ -54,11 +54,11 @@ in with lib; {
enable = true;
wrapperFeatures.gtk = true;
extraSessionCommands = ''
export WLR_NO_HARDWARE_CURSORS=1;
export WLR_RENDERER=vulkan;
export WLR_EGL_NO_MODIFIERS=1;
#export WLR_NO_HARDWARE_CURSORS=1;
#export WLR_RENDERER=vulkan;
#export WLR_EGL_NO_MODIFIERS=1;
'';
extraOptions = [ "--unsupported-gpu" ];
#extraOptions = [ "--unsupported-gpu" ];
systemdIntegration = true;
extraConfig = ''

View File

@ -11,9 +11,9 @@
];
# Use the systemd-boot EFI boot loader.
services.xserver.enable = true;
services.xserver.desktopManager.lxqt.enable = true;
services.xserver.displayManager.gdm.enable = true;
# services.xserver.enable = true;
# services.xserver.desktopManager.lxqt.enable = true;
# services.xserver.displayManager.gdm.enable = true;
programs.firefox.enable = true;
networking.hostName = "lime";

View File

@ -1,6 +1,6 @@
{ lib, modulesPath, ... }: {
imports = [./configuration.nix];
imports = [./hardware-configuration.nix ./configuration.nix];
custom = {
gui.enable = true;