Add sway 1.7rc3 patch
This commit is contained in:
parent
40fced7c29
commit
926c22b09b
3 changed files with 346 additions and 2 deletions
|
@ -158,7 +158,7 @@ in
|
|||
exec ${config.chvp.graphical.firefox.package}/bin/firefox
|
||||
'' + (lib.optionalString config.chvp.programs.element.enable ''
|
||||
workspace 3
|
||||
exec ${pkgs.element-desktop-wayland}/bin/element-desktop
|
||||
exec ${pkgs.element-desktop}/bin/element-desktop
|
||||
'');
|
||||
extraSessionCommands = ''
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
{ path = ".config/Element"; type = "cache"; }
|
||||
];
|
||||
home-manager.users.charlotte = { ... }: {
|
||||
home.packages = [ pkgs.element-desktop-wayland ];
|
||||
home.packages = [ pkgs.element-desktop ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue