More gather-town

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-10-31 14:26:27 +01:00
parent af694440c4
commit cb82db2813
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
2 changed files with 3 additions and 2 deletions

View file

@ -164,6 +164,7 @@
overlays/uboot
overlays/linux
overlays/rp-pppoe.nix
overlays/gather-town
inputs.percept.outPath
dev-shells/default.nix

View file

@ -1,5 +1,5 @@
{...}: {
overlays.gather-town = final: prev: {
flake.overlays.gather-town = final: prev: {
gather-town = final.writeShellApplication {
name = "gather-town";
@ -7,7 +7,7 @@
text = ''
export NOUVEAU_USE_ZINK=0
exec chromium --kiosk --noerrdialogs --disable-infobars https://gather.town
exec chromium --kiosk --new-window --noerrdialogs --disable-infobars https://gather.town
'';
};
};