handle element url
This commit is contained in:
parent
60bf7127d6
commit
d6f553d519
@ -76,6 +76,7 @@
|
||||
# "text/csv" = spreadsheet;
|
||||
# "application/vnd.oasis.opendocument.spreadsheet" = spreadsheet;
|
||||
"text/plain" = editor;
|
||||
"x-scheme-handler/element" = matrix;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -75,7 +75,7 @@ in {
|
||||
"general.autoScroll" = true;
|
||||
"extensions.pocket.enabled" = false;
|
||||
"browser.startup.page" = 1;
|
||||
"browser.startup.homepage" = "https://startpage.ataraxiadev.com";
|
||||
"browser.startup.homepage" = "https://ataraxiadev.com";
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
"browser.search.suggest.enabled" = true;
|
||||
"ui.context_menus.after_mouseup" = true;
|
||||
@ -98,6 +98,7 @@ in {
|
||||
"experiments.supported" = false;
|
||||
"network.allow-experiments" = false;
|
||||
|
||||
"network.protocol-handler.external.element" = false;
|
||||
# "identity.sync.tokenserver.uri" = "https://fsync.ataraxiadev.com/1.0/sync/1.5";
|
||||
};
|
||||
extraPrefs = "${fileContents "${pkgs.arkenfox-userjs}/share/user-js/profiles/user.js"}";
|
||||
@ -117,7 +118,7 @@ in {
|
||||
"signon.rememberSignons" = false;
|
||||
"general.autoScroll" = true;
|
||||
"extensions.pocket.enabled" = false;
|
||||
"browser.startup.homepage" = "https://startpage.ataraxiadev.com";
|
||||
"browser.startup.homepage" = "https://ataraxiadev.com";
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
"browser.search.suggest.enabled" = true;
|
||||
"browser.urlbar.suggest.searches" = true;
|
||||
@ -144,6 +145,8 @@ in {
|
||||
"experiments.enabled" = false;
|
||||
"experiments.supported" = false;
|
||||
"network.allow-experiments" = false;
|
||||
|
||||
"network.protocol-handler.external.element" = false;
|
||||
};
|
||||
extraPrefs = "${fileContents "${pkgs.arkenfox-userjs}/share/user-js/profiles/user.js"}";
|
||||
};
|
||||
|
@ -65,7 +65,6 @@ with config.deviceSpecific; {
|
||||
obs-studio
|
||||
pinta
|
||||
qbittorrent
|
||||
schildichat-desktop-wayland
|
||||
sonixd
|
||||
tdesktop
|
||||
ungoogled-chromium
|
||||
@ -114,7 +113,6 @@ with config.deviceSpecific; {
|
||||
# ".config/Pinta"
|
||||
".config/qBittorrent"
|
||||
# ".config/qimgv"
|
||||
".config/SchildiChat"
|
||||
".config/Sonixd"
|
||||
# ".config/xarchiver"
|
||||
".local/share/TelegramDesktop"
|
||||
|
14
profiles/applications/schildichat.nix
Normal file
14
profiles/applications/schildichat.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ config, pkgs, lib, ... }: {
|
||||
home-manager.users.${config.mainuser}.home.packages = [
|
||||
pkgs.schildichat-desktop-wayland
|
||||
];
|
||||
|
||||
defaultApplications.matrix = {
|
||||
cmd = "${pkgs.schildichat-desktop-wayland}/bin/schildichat-desktop";
|
||||
desktop = "schildichat-desktop";
|
||||
};
|
||||
|
||||
persist.state.homeDirectories = [
|
||||
".config/SchildiChat"
|
||||
];
|
||||
}
|
@ -23,6 +23,7 @@
|
||||
packages
|
||||
rclone
|
||||
rofi
|
||||
schildichat
|
||||
spotify
|
||||
steam
|
||||
tor-browser
|
||||
|
Loading…
x
Reference in New Issue
Block a user