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;
|
enable = true;
|
||||||
wrapperFeatures.gtk = true;
|
wrapperFeatures.gtk = true;
|
||||||
extraSessionCommands = ''
|
extraSessionCommands = ''
|
||||||
export WLR_NO_HARDWARE_CURSORS=1;
|
#export WLR_NO_HARDWARE_CURSORS=1;
|
||||||
export WLR_RENDERER=vulkan;
|
#export WLR_RENDERER=vulkan;
|
||||||
export WLR_EGL_NO_MODIFIERS=1;
|
#export WLR_EGL_NO_MODIFIERS=1;
|
||||||
'';
|
'';
|
||||||
extraOptions = [ "--unsupported-gpu" ];
|
#extraOptions = [ "--unsupported-gpu" ];
|
||||||
systemdIntegration = true;
|
systemdIntegration = true;
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
|
@ -11,9 +11,9 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
services.xserver.enable = true;
|
# services.xserver.enable = true;
|
||||||
services.xserver.desktopManager.lxqt.enable = true;
|
# services.xserver.desktopManager.lxqt.enable = true;
|
||||||
services.xserver.displayManager.gdm.enable = true;
|
# services.xserver.displayManager.gdm.enable = true;
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
|
|
||||||
networking.hostName = "lime";
|
networking.hostName = "lime";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ lib, modulesPath, ... }: {
|
{ lib, modulesPath, ... }: {
|
||||||
|
|
||||||
imports = [./configuration.nix];
|
imports = [./hardware-configuration.nix ./configuration.nix];
|
||||||
|
|
||||||
custom = {
|
custom = {
|
||||||
gui.enable = true;
|
gui.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue