Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
db486c9ed51ab3cc746fa47eacee0bec14f949e2
/
.
/
src
/
scripts
/
personal
/
profile.nix
blob: c759cf6c5998336382c0f835f9c4686ee53971ab [
file
] [
log
] [
blame
]
Skyler Turner
db486c9
2022-03-06 10:48:24 +0000
[
diff
] [
blame^
]
1
{
lib
,
...
}:
{
2
lib
.
writeText
.
"/home/${variables}/.profile"
=
''
3
4
''
5
}