adding a bunch of changes for awesomewm
This commit is contained in:
parent
f764e5d4f8
commit
3724fd7564
7 changed files with 81 additions and 17 deletions
|
@ -254,6 +254,24 @@
|
|||
# services.kdeconnect.enable = true;
|
||||
services.easyeffects.enable = true;
|
||||
|
||||
# For matrix clients that don't have e2ee
|
||||
services.pantalaimon = {
|
||||
enable = true;
|
||||
settings = {
|
||||
Default = {
|
||||
LogLevel = "Debug";
|
||||
SSL = true;
|
||||
};
|
||||
local-matrix = {
|
||||
Homeserver = "https://matrix.tfcconnection.org";
|
||||
ListenAddress = "localhost";
|
||||
ListenPort = 8008;
|
||||
SSL = false;
|
||||
IgnoreVerification = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.espanso = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -488,7 +506,6 @@
|
|||
'';
|
||||
};
|
||||
|
||||
|
||||
xdg.desktopEntries = {
|
||||
mpv-slow = {
|
||||
name = "MPV";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue