This website requires JavaScript.
Explore
Help
Sign In
john
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
mirror of
https://github.com/jbowdre/dotfiles.git
synced
2024-11-10 04:42:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
68c6923f11
dotfiles
/
home
/
features
/
desktop
/
chrome.nix
6 lines
95 B
Nix
Raw
Normal View
History
Unescape
Escape
add chrome
2023-11-05 03:03:22 +00:00
{
pkgs
,
inputs
,
outputs
,
lib
,
.
.
.
}:
{
home
.
packages
=
with
pkgs
;
[
chrome: beta -> stable
2023-12-10 21:25:15 +00:00
google-chrome
add chrome
2023-11-05 03:03:22 +00:00
]
;
}
Reference in a new issue
Copy permalink