add zsh config
This commit is contained in:
parent
1da9036f7b
commit
527048be0c
11 changed files with 213 additions and 353 deletions
8
programs/zsh/scripts.nix
Normal file
8
programs/zsh/scripts.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
calc = "${pkgs.python313}/bin/python -i ${
|
||||
pkgs.writeText "init.py" ''
|
||||
from math import *;
|
||||
# import numpy as np
|
||||
''
|
||||
} ";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue