mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
15 lines
232 B
Nix
Executable file
15 lines
232 B
Nix
Executable file
{
|
|
pkgs,
|
|
flake,
|
|
...
|
|
}:
|
|
{
|
|
home.packages = builtins.attrValues {
|
|
inherit (pkgs)
|
|
pciutils
|
|
;
|
|
# inherit (flake.inputs.nixpkgs-stable.legacyPackages.${pkgs.system}.nvtopPackages)
|
|
# nvidia
|
|
# ;
|
|
};
|
|
}
|