adding a bunch of changes for awesomewm

This commit is contained in:
Chris Cochrun 2023-03-03 09:32:06 -06:00
parent f764e5d4f8
commit 3724fd7564
7 changed files with 81 additions and 17 deletions

View file

@ -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";