mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: dont clutter startup
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
'';
|
||||
|
||||
home-manager.users.me = {
|
||||
services.nextcloud-client.enable = true;
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
|
||||
@@ -249,20 +249,6 @@ in
|
||||
SDCV_PAGER = toString sdcvPager;
|
||||
};
|
||||
|
||||
systemd.user.services.goldendict = {
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
environment = {
|
||||
DISPLAY = ":${toString config.services.xserver.display}";
|
||||
};
|
||||
serviceConfig = {
|
||||
SyslogIdentifier = "goldendict";
|
||||
ExecStart = "${pkgs.goldendict}/bin/goldendict";
|
||||
Restart = "always";
|
||||
RestartSec = "15s";
|
||||
StartLimitBurst = 0;
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.users.me = {
|
||||
home.file.".goldendict/config".text = import <niveum/lib/goldendict-config.nix> {
|
||||
path = "/etc/stardict";
|
||||
|
||||
Reference in New Issue
Block a user