Use element desktop

This commit is contained in:
Charlotte Van Petegem 2020-07-24 19:41:10 +02:00
parent 9f79655dcc
commit 048889dc9d
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{ ... }:
{
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = with pkgs; [ element-desktop ];
};
custom.zfs.homeLinks = [
{ path = ".config/Element"; type = "data"; }
];
}

View file

@ -91,6 +91,8 @@ in
exec ${pkgs.firefox}/bin/firefox
workspace 3
exec ${pkgs.thunderbird}/bin/thunderbird
workspace 4
exec ${pkgs.element-desktop}/bin/element-desktop
workspace 2
### Input configuration