tangled
alpha
login
or
join now
da157.id
/
nix-config
0
fork
atom
0xda157's home-manager and nixos config
0
fork
atom
overview
issues
pulls
pipelines
nix-config
/
modules
/
home
/
shell
/
bash
/
default.nix
at
main
4 lines
95 B
view raw
wrap content
0xda157
remove copyright header
3mo ago
3fc40a58
1
{
config
,
.
.
.
}:
2
{
3
programs
.
bash
.
historyFile
=
"
${
config
.
xdg
.
dataHome
}
/
b
a
s
h
/
b
a
s
h
_
h
i
s
t
o
r
y
"
;
4
}