Disable vulkan in sway
This commit is contained in:
parent
8f4b74c188
commit
571e1daa82
3 changed files with 8 additions and 8 deletions
|
@ -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 = ''
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, modulesPath, ... }: {
|
||||
|
||||
imports = [./configuration.nix];
|
||||
imports = [./hardware-configuration.nix ./configuration.nix];
|
||||
|
||||
custom = {
|
||||
gui.enable = true;
|
||||
|
|
Loading…
Reference in a new issue