This website requires JavaScript.
Explore
Help
Sign In
greg
/
nix-config
Watch
1
Star
0
Fork
You've already forked nix-config
0
mirror of
https://github.com/gburd/nix-config.git
synced
2024-11-15 08:46:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
main
nix-config
/
nixos
/
_mixins
/
desktop
/
zed-editor.nix
6 lines
92 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
updates
2024-08-15 05:29:41 +00:00
{
pkgs
,
.
.
.
}:
{
update vscode
2024-08-16 04:14:53 +00:00
environment
.
systemPackages
=
with
pkgs
.
unstable
;
[
updates
2024-08-15 05:29:41 +00:00
zed-editor
]
;
}
Reference in a new issue
Copy permalink