first commit
This commit is contained in:
19
modules/core/packages.nix
Normal file
19
modules/core/packages.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.curl
|
||||
pkgs.pciutils
|
||||
# pkgs.clinfo <- IDC info, move to GPU
|
||||
pkgs.git
|
||||
pkgs.htop
|
||||
pkgs.killall
|
||||
pkgs.bind
|
||||
pkgs.git
|
||||
pkgs.neovim
|
||||
pkgs.unzip
|
||||
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user