ops/nixos/lib/hm: add element-desktop/element-desktop-wayland
This commit is contained in:
parent
74492c8629
commit
a41abf3d6e
2 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
imports = [ ./graphical-client.nix ];
|
||||
|
||||
home.packages = lib.mkAfter (with pkgs; [
|
||||
element-desktop-wayland
|
||||
swaylock
|
||||
swayidle
|
||||
wl-clipboard
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
{
|
||||
imports = [ ./graphical-client.nix ];
|
||||
|
||||
home.packages = lib.mkAfter (with pkgs; [
|
||||
element-desktop
|
||||
]);
|
||||
|
||||
xsession.windowManager.i3 = {
|
||||
enable = true;
|
||||
config = {
|
||||
|
|
Loading…
Reference in a new issue