fixing a bunch of little issues
This commit is contained in:
parent
062417719b
commit
8c274f8e6a
5 changed files with 29 additions and 10 deletions
|
@ -177,10 +177,10 @@
|
|||
};
|
||||
local-matrix = {
|
||||
Homeserver = "https://matrix.tfcconnection.org";
|
||||
ListenAddress = "localhost";
|
||||
ListenAddress = "127.0.0.1";
|
||||
ListenPort = 8008;
|
||||
SSL = false;
|
||||
IgnoreVerification = true;
|
||||
# SSL = true;
|
||||
# IgnoreVerification = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -248,10 +248,14 @@
|
|||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-wayland.override {
|
||||
cfg = {
|
||||
enableTridactylNative = true;
|
||||
enablePlasmaBrowserIntegration = true;
|
||||
};
|
||||
nativeMessagingHosts = [
|
||||
pkgs.plasma-browser-integration
|
||||
pkgs.tridactyl-native
|
||||
];
|
||||
# cfg = {
|
||||
# enableTridactylNative = true;
|
||||
# enablePlasmaBrowserIntegration = true;
|
||||
# };
|
||||
};
|
||||
profiles.chris = {
|
||||
name = "default";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue