This website requires JavaScript.
Explore
Help
Register
Sign In
ciapa
/
infrastructure
Watch
1
Star
0
Fork
You've already forked infrastructure
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
master
infrastructure
/
modules
/
base
/
packages.nix
12 lines
124 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2023-04-12 12:47:22 +00:00
{
pkgs
,
.
.
.
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
vim
git
curl
Install additional packages
2024-02-04 00:51:04 +00:00
btop
Initial commit
2023-04-12 12:47:22 +00:00
rclone
Install additional packages
2024-02-04 00:51:04 +00:00
screen
Initial commit
2023-04-12 12:47:22 +00:00
]
;
}