tangled
alpha
login
or
join now
sharparam.com
/
nix-config
0
fork
atom
this repo has no description
nix
0
fork
atom
overview
issues
pulls
pipelines
nix-config
/
modules
/
programs
/
etcher.nix
at
main
7 lines
96 B
view raw
wrap content
sharparam.com
Use programs namespace instead of apps aspect
14d ago
07865709
1
{
2
programs
.
etcher
=
{
3
darwin
=
{
4
homebrew
.
casks
=
[
"
b
a
l
e
n
a
e
t
c
h
e
r
"
]
;
5
}
;
6
}
;
7
}