mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
140 current 2024-05-23 20:01:32 24.05.20240419.5c24cf2 6.8.6-zen1 *
This commit is contained in:
parent
f80c5e129d
commit
2a9c48c403
1 changed files with 4 additions and 0 deletions
|
@ -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'.
|
||||
|
|
Loading…
Reference in a new issue