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 ];
|
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
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue