From 6ee132ac99bd22b618722efe38099a253c7d81b1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 23 Sep 2024 13:32:59 +0100 Subject: [PATCH] Autostart twinkle on work machines --- system/home/work.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/home/work.nix b/system/home/work.nix index aeaac558..23fcad24 100644 --- a/system/home/work.nix +++ b/system/home/work.nix @@ -17,6 +17,7 @@ outlook.primary = lib.mkForce true; }; xdg.configFile = { + "autostart/twinkle.desktop".source = "${pkgs.twinkle}/share/applications/twinkle.desktop"; "autostart/teams-for-linux.desktop".source = "${pkgs.teams-for-linux}/share/applications/teams-for-linux.desktop"; "teams-for-linux/config.json".text = builtins.toJSON { awayOnSystemIdle = true;