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;
|
||||
address = ["0.0.0.0"];
|
||||
port = [7893];
|
||||
/* well-known = {
|
||||
/*
|
||||
well-known = {
|
||||
client = "https://matrix.collective-conciousness.monster";
|
||||
server = "collective-conciousness.monster:8448";
|
||||
};
|
||||
|
|
|
@ -24,7 +24,8 @@
|
|||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
|
@ -122,7 +123,8 @@
|
|||
"0:audio" = [{title = "pwvucontrol$|noisetorch$";}];
|
||||
};
|
||||
|
||||
/* # commented out as they're automagically handled by stylix
|
||||
/*
|
||||
# commented out as they're automagically handled by stylix
|
||||
colors = {
|
||||
# should probably use a let ... in ... here
|
||||
background = "#212121";
|
||||
|
@ -232,7 +234,8 @@
|
|||
workspaceLayout = "tabbed";
|
||||
};
|
||||
};
|
||||
}Signal
|
||||
}
|
||||
Signal
|
||||
)
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue