mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
chore: removed broken package
This commit is contained in:
parent
da1e1166a1
commit
20699b8c65
1 changed files with 6 additions and 19 deletions
|
|
@ -1,28 +1,15 @@
|
||||||
{
|
{
|
||||||
flake,
|
|
||||||
osConfig,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
|
flake,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
{
|
||||||
inherit (flake.config.machines.devices) ceres;
|
home.packages = builtins.attrValues {
|
||||||
hostname = osConfig.networking.hostName;
|
|
||||||
nvTopPackage = {
|
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
pciutils
|
pciutils
|
||||||
;
|
;
|
||||||
inherit (pkgs.nvtopPackages)
|
# inherit (flake.inputs.nixpkgs-stable.legacyPackages.${pkgs.system}.nvtopPackages)
|
||||||
nvidia
|
# nvidia
|
||||||
;
|
# ;
|
||||||
};
|
};
|
||||||
hostLogic = if hostname == ceres.name then nvTopPackage else [ ];
|
|
||||||
in
|
|
||||||
{
|
|
||||||
home.packages =
|
|
||||||
builtins.attrValues {
|
|
||||||
inherit (pkgs)
|
|
||||||
pciutils
|
|
||||||
;
|
|
||||||
}
|
|
||||||
++ hostLogic;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue