This website requires JavaScript.
Explore
Help
Sign In
chaos
/
nixfiles
Watch
1
Star
0
Fork
You've already forked nixfiles
0
Code
Issues
2
Releases
Activity
5d5ca6ef1c
nixfiles
/
profiles
/
dev
/
info.nix
4 lines
85 B
Nix
Raw
Normal View
History
Unescape
Escape
Seporate dev things so it isn't just one big list.
2021-12-25 17:50:34 +00:00
{
pkgs
,
.
.
.
}:
{
a lot of shuffling things around
2021-12-26 14:07:09 +00:00
environment
.
systemPackages
=
with
pkgs
;
[
neofetch
inxi
htop
]
;
Seporate dev things so it isn't just one big list.
2021-12-25 17:50:34 +00:00
}
Reference in a new issue
Copy permalink