chore: reenable minion
This commit is contained in:
parent
becee17cab
commit
838b04b12a
|
@ -24,14 +24,14 @@ let
|
|||
</games>
|
||||
</minion>
|
||||
'';
|
||||
in {
|
||||
#home.packages = [ pkgs.minion ];
|
||||
in
|
||||
{
|
||||
home.packages = [ pkgs.minion ];
|
||||
# yet another program that uses the config file as a live state file
|
||||
# Why?
|
||||
home.activation.installMinionConfig =
|
||||
lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
run mkdir -p .minion
|
||||
run cp -f ${cfgFile} .minion/minion.xml
|
||||
run chmod 640 .minion/minion.xml
|
||||
'';
|
||||
home.activation.installMinionConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
run mkdir -p .minion
|
||||
run cp -f ${cfgFile} .minion/minion.xml
|
||||
run chmod 640 .minion/minion.xml
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue