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; [
|
||||
fzf
|
||||
matrix-conduit
|
||||
docker
|
||||
docker-compose
|
||||
gitea
|
||||
|
@ -86,6 +85,7 @@
|
|||
youtube-dl
|
||||
sqlite
|
||||
rocksdb
|
||||
janus-gateway
|
||||
];
|
||||
services.vpn-ip = {
|
||||
enable = false;
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
}
|
||||
}
|
||||
'';
|
||||
# TODO: replace conduwuit with tuwunnel
|
||||
in {
|
||||
# Configure Conduit itself
|
||||
services.conduit = {
|
||||
|
|
|
@ -70,8 +70,8 @@
|
|||
catppuccin = {
|
||||
flavor = "macchiato";
|
||||
tty.enable = true;
|
||||
# sddm.enable = true;
|
||||
# sddm.flavor = "macchiato";
|
||||
sddm.enable = true;
|
||||
sddm.flavor = "macchiato";
|
||||
forgejo.enable = true;
|
||||
forgejo.flavor = "macchiato";
|
||||
# plymouth.enable = false;
|
||||
|
|
Loading…
Reference in a new issue