File tree Expand file tree Collapse file tree
nixos/abstract/tailscale-autoconnect Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ exec-once=touch /tmp/waybar_autotoggle
88exec-once=GTK_THEME=Adapta waybar
99#exec-once=nm-applet # no longer used
1010exec-once=sleep 5 ; wpa_gui -t
11+ exec-once=element-desktop
1112#exec-once=firefox
1213exec-once=zen
13- exec-once=element-desktop
14+ exec-once=zeditor
1415exec-once = dconf write /org/gnome/desktop/interface/gtk-theme "'Adwaita'"
1516exec-once = dconf write /org/gnome/desktop/interface/icon-theme "'Flat-Remix-Red-Dark'"
1617exec-once = dconf write /org/gnome/desktop/interface/document-font-name "'Noto Sans Medium 11'"
Original file line number Diff line number Diff line change 7070 wantedBy = [ "multi-user.target" ] ;
7171 serviceConfig . Type = "oneshot" ;
7272 script = with pkgs ; ''
73+ set -x # -ex?
7374 # wait for tailscaled to settle
7475 sleep 2
7576 # check if we are already authenticated to tailscale
You can’t perform that action at this time.
0 commit comments