set catpuccin stuff to on, add a todo for tuwunel, remove matrix-conduit package
This commit is contained in:
parent
89fd94959d
commit
69f43fb943
|
@ -55,7 +55,6 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
fzf
|
fzf
|
||||||
matrix-conduit
|
|
||||||
docker
|
docker
|
||||||
docker-compose
|
docker-compose
|
||||||
gitea
|
gitea
|
||||||
|
@ -86,6 +85,7 @@
|
||||||
youtube-dl
|
youtube-dl
|
||||||
sqlite
|
sqlite
|
||||||
rocksdb
|
rocksdb
|
||||||
|
janus-gateway
|
||||||
];
|
];
|
||||||
services.vpn-ip = {
|
services.vpn-ip = {
|
||||||
enable = false;
|
enable = false;
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
# TODO: replace conduwuit with tuwunnel
|
||||||
in {
|
in {
|
||||||
# Configure Conduit itself
|
# Configure Conduit itself
|
||||||
services.conduit = {
|
services.conduit = {
|
||||||
|
|
|
@ -70,8 +70,8 @@
|
||||||
catppuccin = {
|
catppuccin = {
|
||||||
flavor = "macchiato";
|
flavor = "macchiato";
|
||||||
tty.enable = true;
|
tty.enable = true;
|
||||||
# sddm.enable = true;
|
sddm.enable = true;
|
||||||
# sddm.flavor = "macchiato";
|
sddm.flavor = "macchiato";
|
||||||
forgejo.enable = true;
|
forgejo.enable = true;
|
||||||
forgejo.flavor = "macchiato";
|
forgejo.flavor = "macchiato";
|
||||||
# plymouth.enable = false;
|
# plymouth.enable = false;
|
||||||
|
|
Loading…
Reference in a new issue