mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 13:24:38 -05:00
14 lines
164 B
Nix
Executable file
14 lines
164 B
Nix
Executable file
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
home.packages = builtins.attrValues {
|
|
inherit (pkgs)
|
|
pciutils
|
|
;
|
|
inherit (pkgs.nvtopPackages)
|
|
nvidia
|
|
;
|
|
};
|
|
}
|