adding pantalaimon
This commit is contained in:
parent
d7e9409d8c
commit
ce80f145be
3 changed files with 25 additions and 18 deletions
|
@ -277,22 +277,22 @@ in
|
|||
pueue.enable = true;
|
||||
|
||||
# For matrix clients that don't have e2ee
|
||||
# pantalaimon = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# Default = {
|
||||
# LogLevel = "Debug";
|
||||
# SSL = true;
|
||||
# };
|
||||
# local-matrix = {
|
||||
# Homeserver = "https://matrix.tfcconnection.org";
|
||||
# ListenAddress = "127.0.0.1";
|
||||
# ListenPort = 8008;
|
||||
# # SSL = true;
|
||||
# # IgnoreVerification = true;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
pantalaimon = {
|
||||
enable = true;
|
||||
settings = {
|
||||
Default = {
|
||||
LogLevel = "Debug";
|
||||
SSL = true;
|
||||
};
|
||||
local-matrix = {
|
||||
Homeserver = "https://matrix.tfcconnection.org";
|
||||
ListenAddress = "127.0.0.1";
|
||||
ListenPort = 8008;
|
||||
# SSL = true;
|
||||
# IgnoreVerification = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# stylix = {
|
||||
|
@ -398,7 +398,7 @@ in
|
|||
name = "Papirus-Dark";
|
||||
package = pkgs.papirus-icon-theme;
|
||||
};
|
||||
theme.name = "Breeze";
|
||||
# theme.name = "Breeze";
|
||||
gtk3.extraConfig = {
|
||||
gtk-application-prefer-dark-theme = true;
|
||||
gtk-button-images = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue