diff options
Diffstat (limited to 'hosts/common/optional/misc.nix')
| -rw-r--r-- | hosts/common/optional/misc.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/common/optional/misc.nix b/hosts/common/optional/misc.nix index 14fe305..52c47af 100644 --- a/hosts/common/optional/misc.nix +++ b/hosts/common/optional/misc.nix @@ -9,7 +9,7 @@ pkgs.aspellDicts.en-science pkgs.dict pkgs.encfs - pkgs.master.enscript + pkgs.enscript pkgs.expect pkgs.fio pkgs.fortune @@ -33,7 +33,7 @@ (perl.withPackages(p: [ p.PodParser ])) ] ++ [ python ]; scripts = [ - pkgs.weechatScripts.wee-slack + pkgs.master.weechatScripts.wee-slack ]; }; }) |
