Try element
This commit is contained in:
parent
1821e54c69
commit
60579facc7
4 changed files with 9 additions and 8 deletions
|
|
@ -13,11 +13,11 @@ in {
|
|||
xdgCfg = config.xdg;
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
element-desktop
|
||||
feishin
|
||||
jellyfin-mpv-shim
|
||||
joplin-desktop
|
||||
lutris
|
||||
nheko
|
||||
nvtopPackages.amd
|
||||
picard
|
||||
qbittorrent
|
||||
|
|
|
|||
|
|
@ -14,12 +14,7 @@ in {
|
|||
feishin
|
||||
lutris
|
||||
maliit-keyboard
|
||||
(retroarch.override {
|
||||
cores = with libretro; [
|
||||
pcsx2
|
||||
ppsspp
|
||||
];
|
||||
})
|
||||
retroarchFull
|
||||
ryujinx
|
||||
winetricks
|
||||
wineWowPackages.stagingFull
|
||||
|
|
|
|||
|
|
@ -59,6 +59,9 @@ with config.constants; {
|
|||
'';
|
||||
"matrix.${domain}".extraConfig = ''
|
||||
reverse_proxy /_matrix/* ${homeSrv "conduit"}
|
||||
file_server {
|
||||
root ${pkgs.element-web}
|
||||
}
|
||||
'';
|
||||
"vault.${domain}".extraConfig = ''
|
||||
reverse_proxy ${localSrv "vault"} {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue