From 2a9c48c403eb8403c01e5326f9faecab19ccd499 Mon Sep 17 00:00:00 2001 From: sadanslargehole Date: Thu, 23 May 2024 20:01:44 -0400 Subject: [PATCH] 140 current 2024-05-23 20:01:32 24.05.20240419.5c24cf2 6.8.6-zen1 * --- boxes/desktop/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boxes/desktop/home.nix b/boxes/desktop/home.nix index bfef606..dc4558c 100644 --- a/boxes/desktop/home.nix +++ b/boxes/desktop/home.nix @@ -152,6 +152,10 @@ in `$1 i -D $i` done '') + (pkgs.writeShellScriptBin "math" '' + set -e + python3 -c "print($*)" + '') ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage # plain files is through 'home.file'.