This commit is contained in:
parent
b7bec87784
commit
311072d517
4 changed files with 206 additions and 202 deletions
|
@ -13,7 +13,8 @@
|
||||||
max_request_size = 1024 * 1024 * 1024;
|
max_request_size = 1024 * 1024 * 1024;
|
||||||
address = ["0.0.0.0"];
|
address = ["0.0.0.0"];
|
||||||
port = [7893];
|
port = [7893];
|
||||||
/* well-known = {
|
/*
|
||||||
|
well-known = {
|
||||||
client = "https://matrix.collective-conciousness.monster";
|
client = "https://matrix.collective-conciousness.monster";
|
||||||
server = "collective-conciousness.monster:8448";
|
server = "collective-conciousness.monster:8448";
|
||||||
};
|
};
|
||||||
|
|
|
@ -24,7 +24,8 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: {
|
}:
|
||||||
|
{
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
|
@ -122,7 +123,8 @@
|
||||||
"0:audio" = [{title = "pwvucontrol$|noisetorch$";}];
|
"0:audio" = [{title = "pwvucontrol$|noisetorch$";}];
|
||||||
};
|
};
|
||||||
|
|
||||||
/* # commented out as they're automagically handled by stylix
|
/*
|
||||||
|
# commented out as they're automagically handled by stylix
|
||||||
colors = {
|
colors = {
|
||||||
# should probably use a let ... in ... here
|
# should probably use a let ... in ... here
|
||||||
background = "#212121";
|
background = "#212121";
|
||||||
|
@ -232,7 +234,8 @@
|
||||||
workspaceLayout = "tabbed";
|
workspaceLayout = "tabbed";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}Signal
|
}
|
||||||
|
Signal
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue