Fixed failing build for carbon system
This commit is contained in:
parent
5d360161ba
commit
6de2d444b3
|
@ -170,10 +170,12 @@ in
|
||||||
workspaceAutoBackAndForth = true;
|
workspaceAutoBackAndForth = true;
|
||||||
|
|
||||||
startup = lib.mkMerge [
|
startup = lib.mkMerge [
|
||||||
|
[
|
||||||
(mkIf cfg.clamshell.enable {
|
(mkIf cfg.clamshell.enable {
|
||||||
command = "${clamshell_script}/bin/clamshell";
|
command = "${clamshell_script}/bin/clamshell";
|
||||||
always = true;
|
always = true;
|
||||||
})
|
})
|
||||||
|
]
|
||||||
# Trying to copy what arch linux does
|
# Trying to copy what arch linux does
|
||||||
[
|
[
|
||||||
# { command = "systemctl --user set-environment WAYLAND_DISPLAY=wayland-1 XDG_CURRENT_DESKTOP=sway"; }
|
# { command = "systemctl --user set-environment WAYLAND_DISPLAY=wayland-1 XDG_CURRENT_DESKTOP=sway"; }
|
||||||
|
|
Loading…
Reference in a new issue