ops/nixos/lib/hm: add element-desktop/element-desktop-wayland

This commit is contained in:
Luke Granger-Brown 2021-12-27 02:58:53 +00:00
parent 74492c8629
commit a41abf3d6e
2 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,7 @@
imports = [ ./graphical-client.nix ]; imports = [ ./graphical-client.nix ];
home.packages = lib.mkAfter (with pkgs; [ home.packages = lib.mkAfter (with pkgs; [
element-desktop-wayland
swaylock swaylock
swayidle swayidle
wl-clipboard wl-clipboard

View file

@ -2,6 +2,10 @@
{ {
imports = [ ./graphical-client.nix ]; imports = [ ./graphical-client.nix ];
home.packages = lib.mkAfter (with pkgs; [
element-desktop
]);
xsession.windowManager.i3 = { xsession.windowManager.i3 = {
enable = true; enable = true;
config = { config = {