diff options
author | stuebinm | 2022-06-05 11:45:15 +0200 |
---|---|---|
committer | stuebinm | 2022-06-15 11:41:08 +0200 |
commit | 8d1b33b1c255568460979494f78e767561ac1c18 (patch) | |
tree | b27e277a0142b72405020ed7ea888f98828b3bfe /home/packages.nix | |
parent | 2ca7e9ebd342bee565ff0305115c95a0000bda14 (diff) |
home: add traveltext to packages
Diffstat (limited to 'home/packages.nix')
-rw-r--r-- | home/packages.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/packages.nix b/home/packages.nix index ba298bf..c6d937d 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -47,5 +47,7 @@ in # isabelle (import "${inputs.playground.outPath}/isabelle-nix-fhsenv" {inherit pkgs; }) (import /home/stuebinm/projects/isabelle-utils {}).isabat + + (import inputs.traveltext { inherit pkgs; }) ]; } |