feat: matrix client
This commit is contained in:
parent
dd13c34c92
commit
85d9dfc50b
2 changed files with 5 additions and 2 deletions
|
|
@ -121,7 +121,8 @@ in
|
|||
(if hostConfig.isLinux then sioyek-wrapped else pkgs.sioyek)
|
||||
]
|
||||
++ lib.optionals (vesktop && hostConfig.isLinux) [ pkgs.vesktop ]
|
||||
++ lib.optionals (signal && hostConfig.isLinux) [ pkgs.signal-desktop ];
|
||||
++ lib.optionals (signal && hostConfig.isLinux) [ pkgs.signal-desktop ]
|
||||
++ lib.optionals hostConfig.isLinux [ pkgs.element-desktop ];
|
||||
|
||||
xdg.configFile."sioyek/keys_user.config" = lib.mkIf sioyek {
|
||||
text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue