add firefox auto launch and rust analyzer

This commit is contained in:
willemml 2023-03-24 09:50:46 -07:00
parent 56a810a97b
commit 6f27b24011
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
2 changed files with 12 additions and 2 deletions

View file

@ -15,13 +15,23 @@
"--fg-daemon"
];
KeepAlive = true;
UserName = "${config.home.username}";
ProcessType = "Adaptive";
StandardOutPath = "${config.home.homeDirectory}/Library/Logs/emacs-stdout.log";
StandardErrorPath = "${config.home.homeDirectory}/Library/Logs/emacs-stderr.log";
};
};
agents.firefox = {
enable = true;
config = {
ProgramArguments = ["${config.programs.firefox.package}/bin/firefox"];
KeepAlive = true;
ProcessType = "Adaptive";
StandardOutPath = "${config.home.homeDirectory}/Library/Logs/firefox-stdout.log";
StandardErrorPath = "${config.home.homeDirectory}/Library/Logs/firefoxn-stderr.log";
};
};
agents.offlineimap = {
enable = true;
config = {
@ -40,7 +50,6 @@
"${pkgs.rss2email}/bin/r2e"
"run"
];
UserName = "${config.home.username}";
StartInterval = 3600;
StandardOutPath = "${config.home.homeDirectory}/Library/Logs/rss2email-stdout.log";
StandardErrorPath = "${config.home.homeDirectory}/Library/Logs/rss2email-stderr.log";

View file

@ -109,6 +109,7 @@ in {
ripgrep
rnix-lsp
rsync
rust-analyzer
rustup
shellcheck
shfmt