Use a more customized Discord package
This commit is contained in:
parent
6a14d9d7ad
commit
8e49a68efb
4 changed files with 34 additions and 2 deletions
|
@ -71,7 +71,7 @@ in
|
|||
discord = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
description = "The command for discord";
|
||||
default = "${pkgs.discord}/bin/discord";
|
||||
default = "${config.nki.programs.discord.package}/bin/discord";
|
||||
};
|
||||
|
||||
lockCmd = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue