This website requires JavaScript.
Explore
Help
Sign In
min
/
nixos-configs
Watch
1
Star
0
Fork
You've already forked nixos-configs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
nixos-configs
/
modules
/
programs.nix
8 lines
93 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
initial commit
2024-12-27 16:44:03 -06:00
{
pkgs
,
.
.
.
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
git
tmux
helix
]
;
update jan 6
2025-01-06 13:50:04 -06:00
}