Use element desktop
This commit is contained in:
parent
9f79655dcc
commit
048889dc9d
3 changed files with 14 additions and 0 deletions
11
configurations/element-desktop.nix
Normal file
11
configurations/element-desktop.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [ element-desktop ];
|
||||
};
|
||||
|
||||
custom.zfs.homeLinks = [
|
||||
{ path = ".config/Element"; type = "data"; }
|
||||
];
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue