mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-04-08 10:09:38 +00:00
lnl: add khd/kwm to systemPackages
This commit is contained in:
parent
e01e48de3b
commit
164f3cc78e
1 changed files with 4 additions and 1 deletions
|
@ -33,6 +33,9 @@
|
|||
pkgs.mosh
|
||||
pkgs.silver-searcher
|
||||
|
||||
pkgs.khd
|
||||
pkgs.kwm
|
||||
|
||||
pkgs.nix
|
||||
pkgs.nix-repl
|
||||
];
|
||||
|
@ -48,7 +51,7 @@
|
|||
environment.GIT_SSL_CAINFO = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
serviceConfig.KeepAlive = false;
|
||||
serviceConfig.ProcessType = "Background";
|
||||
serviceConfig.StartInterval = 60;
|
||||
serviceConfig.StartInterval = 360;
|
||||
};
|
||||
|
||||
services.activate-system.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue