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