install betterdiscord on activation
This commit is contained in:
parent
3000b095f0
commit
890fce5572
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -13,4 +14,7 @@ in {
|
|||
tdesktop
|
||||
element-desktop
|
||||
];
|
||||
home.activation.betterDiscord = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||
$DRY_RUN_CMD ${pkgs.betterdiscordctl}/bin/betterdiscordctl install $VERBOSE_ARG || true
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue