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
|
exec ${pkgs.firefox}/bin/firefox
|
||||||
workspace 3
|
workspace 3
|
||||||
exec ${pkgs.thunderbird}/bin/thunderbird
|
exec ${pkgs.thunderbird}/bin/thunderbird
|
||||||
|
workspace 4
|
||||||
|
exec ${pkgs.element-desktop}/bin/element-desktop
|
||||||
workspace 2
|
workspace 2
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
../configurations/deluge.nix
|
../configurations/deluge.nix
|
||||||
../configurations/docker.nix
|
../configurations/docker.nix
|
||||||
../configurations/dropbox.nix
|
../configurations/dropbox.nix
|
||||||
|
../configurations/element-desktop.nix
|
||||||
../configurations/firefox.nix
|
../configurations/firefox.nix
|
||||||
../configurations/fonts.nix
|
../configurations/fonts.nix
|
||||||
../configurations/i3.nix
|
../configurations/i3.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue