add some changes to nixos config

This commit is contained in:
2026-07-01 04:12:19 +02:00
parent 8fc0d08dbc
commit b584965a21
6 changed files with 29 additions and 9 deletions
+3 -3
View File
@@ -46,9 +46,9 @@ static const int lockfullscreen =
#include <X11/XF86keysym.h>
static const Layout layouts[] = {
{"><>", NULL},
//{NULL, centeredfloatingmaster},
//{"|M|", centeredmaster},
//{"><>", NULL},
{"[F]", centeredfloatingmaster},
{"|M|", centeredmaster},
{"[]=", tile}, /* first entry is default */
{"[M]", monocle},
{"[@]", spiral},
+1 -1
View File
@@ -18,7 +18,7 @@
};
nick = "halbg0tt";
server = {
address = "irc.libera.chat";
address = "palladium.libera.chat";
autoConnect = false;
port = 6697;
};
+16
View File
@@ -5,5 +5,21 @@
weechat = {
enable = true;
};
tor = {
enable = true;
controlSocket.enable = true;
client = {
enable = true;
socksListenAddress = {
addr = "127.0.0.1";
port = 9050;
};
};
settings = {
MapAddress = "palladium.libera.chat libera75jm6of4wxpxt4aynol3xjmbtxgfyjpu34ss4d7r7q2v5zrpyd.onion";
ControlPort = [ 9051 ];
};
};
};
}
-4
View File
@@ -6,10 +6,6 @@
enable = true;
package = pkgs.mullvad-vpn;
};
tor = {
enable = false;
};
};
networking = {
networkmanager = {