Only autostart Signal and WhatsApp on Vanguard instead of everything
This commit is contained in:
parent
99e53cde3e
commit
9a9b0489e9
|
@ -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;
|
||||||
|
|
|
@ -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";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue