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
/
google-chrome.nix
at
main
7 lines
104 B
view raw
wrap content
sharparam.com
Use programs namespace instead of apps aspect
13d ago
07865709
1
{
2
programs
.
google-chrome
=
{
3
darwin
=
{
4
homebrew
.
casks
=
[
"
g
o
o
g
l
e
-
c
h
r
o
m
e
"
]
;
5
}
;
6
}
;
7
}