add twinkle

This commit is contained in:
Charlotte 🦝 Delenk 2023-11-23 12:46:15 +01:00
parent 08bb4825bb
commit 4d903257eb
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 2 additions and 1 deletions

View file

@ -156,4 +156,5 @@
services.tailscale.useRoutingFeatures = "client";
home-manager.users.darkkirb._module.args.withNSFW = lib.mkForce true;
system.autoUpgrade.allowReboot = true;
networking.extra-hosts = "192.168.2.1 speedport.ip";
}

View file

@ -3,6 +3,6 @@
(element-desktop.override (_: {
electron = pkgs.electron-bin;
}))
simplex-chat-desktop
twinkle
];
}