Fixed failing build for carbon system

This commit is contained in:
alejandro-angulo 2025-05-04 15:28:56 -07:00
parent 5d360161ba
commit 6de2d444b3
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -170,10 +170,12 @@ in
workspaceAutoBackAndForth = true;
startup = lib.mkMerge [
(mkIf cfg.clamshell.enable {
command = "${clamshell_script}/bin/clamshell";
always = true;
})
[
(mkIf cfg.clamshell.enable {
command = "${clamshell_script}/bin/clamshell";
always = true;
})
]
# Trying to copy what arch linux does
[
# { command = "systemctl --user set-environment WAYLAND_DISPLAY=wayland-1 XDG_CURRENT_DESKTOP=sway"; }