mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
More gather-town
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
af694440c4
commit
cb82db2813
|
@ -164,6 +164,7 @@
|
|||
overlays/uboot
|
||||
overlays/linux
|
||||
overlays/rp-pppoe.nix
|
||||
overlays/gather-town
|
||||
inputs.percept.outPath
|
||||
|
||||
dev-shells/default.nix
|
||||
|
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue