Migrate graphical-session services to systemd
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -30,7 +30,7 @@ in
|
||||
theme.extraConfig = "${lib.meta.getExe (pkgs.writeShellApplication {
|
||||
name = "reload-btop";
|
||||
runtimeInputs = with pkgs; [ procps ];
|
||||
text = "pkill btop -SIGUSR2";
|
||||
text = "exec pkill btop -SIGUSR2";
|
||||
})} &";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user