Only autostart Signal and WhatsApp on Vanguard instead of everything

This commit is contained in:
Evie Litherland-Smith 2025-01-28 08:50:22 +00:00
parent 99e53cde3e
commit 9a9b0489e9
2 changed files with 7 additions and 5 deletions

View file

@ -66,6 +66,13 @@
]; ];
}; };
}; };
xdg.configFile = {
# Autostart some programs
"autostart/signal-desktop.desktop".source =
"${pkgs.signal-desktop}/share/applications/signal-desktop.desktop";
"autostart/com.github.eneshecan.WhatsAppForLinux.desktop".source =
"${pkgs.whatsapp-for-linux}/share/applications/com.github.eneshecan.WhatsAppForLinux.desktop";
};
boot = { boot = {
kernel.sysctl = { kernel.sysctl = {
"vm.max_map_count" = 16777216; "vm.max_map_count" = 16777216;

View file

@ -239,11 +239,6 @@
spellCheckerLanguages = [ "en_GB" ]; spellCheckerLanguages = [ "en_GB" ];
}; };
}; };
# Autostart some programs
"autostart/signal-desktop.desktop".source =
"${pkgs.signal-desktop}/share/applications/signal-desktop.desktop";
"autostart/com.github.eneshecan.WhatsAppForLinux.desktop".source =
"${pkgs.whatsapp-for-linux}/share/applications/com.github.eneshecan.WhatsAppForLinux.desktop";
}; };
}; };
}; };