mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-21 18:26:20 +00:00
fix(sunsetr): systemd stop
This commit is contained in:
parent
5548400ff8
commit
8e81a4a3da
5 changed files with 11 additions and 1 deletions
|
|
@ -6,4 +6,5 @@
|
|||
environment.systemPackages = [
|
||||
pkgs.smartmontools
|
||||
];
|
||||
services.davfs2.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
Service = {
|
||||
Type = "simple";
|
||||
ExecStart = "${pkgs.sunsetr}/bin/sunsetr -b";
|
||||
ExecStop = "${pkgs.sunsetr}/bin/sunsetr stop";
|
||||
Restart = "on-failure";
|
||||
RestartSec = 1;
|
||||
TimeoutStopSec = 10;
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
aic = "aichat -s";
|
||||
aicc = "aichat -c";
|
||||
py = "nix run 'nixpkgs#python3'";
|
||||
oc = "opencode";
|
||||
};
|
||||
|
||||
darwinAliases = {
|
||||
|
|
|
|||
|
|
@ -3,4 +3,11 @@
|
|||
protontricks
|
||||
bottles
|
||||
];
|
||||
dconf.settings = {
|
||||
"com/usebottles/bottles" = {
|
||||
update-date = true;
|
||||
steam-proton-support = true;
|
||||
startup-view = "page_library";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ in {
|
|||
./programs/lollypop.nix
|
||||
./programs/gallery-dl.nix
|
||||
./programs/readest.nix
|
||||
./programs/openclaw.nix
|
||||
# ./programs/openclaw.nix
|
||||
./programs/libmagic.nix
|
||||
|
||||
# Desktop Linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue