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"; }
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue