140 current 2024-05-23 20:01:32 24.05.20240419.5c24cf2 6.8.6-zen1 *

This commit is contained in:
sadanslargehole 2024-05-23 20:01:44 -04:00
parent f80c5e129d
commit 2a9c48c403
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800

View file

@ -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'.