Skip to content

Commit

Permalink
Enable labwc only for Lenovo X1
Browse files Browse the repository at this point in the history
Signed-off-by: Mika Tammi <[email protected]>
  • Loading branch information
Mika Tammi authored and brianmcgillion committed Mar 20, 2024
1 parent b78b258 commit c0537c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/desktop/profiles/graphics.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in
enable = mkEnableOption "Graphics profile";
compositor = mkOption {
type = types.enum compositors;
default = "labwc";
default = "weston";
description = ''
Which Wayland compositor to use.
Expand Down
1 change: 1 addition & 0 deletions targets/lenovo-x1/guivmExtraModules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

guivmExtraConfigurations = {
ghaf.hardware.definition.network.pciDevices = configH.ghaf.hardware.definition.network.pciDevices;
ghaf.profiles.graphics.compositor = "labwc";
ghaf.graphics.launchers = let
hostAddress = "192.168.101.2";
powerControl = pkgs.callPackage ../../packages/powercontrol {};
Expand Down
1 change: 0 additions & 1 deletion targets/nvidia-jetson-orin/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
debug.enable = variant == "debug";
};
windows-launcher.enable = true;
profiles.graphics.compositor = "weston";
};
}

Expand Down

0 comments on commit c0537c4

Please sign in to comment.