mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -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,
|
||||
flake,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (flake.config.machines.devices) ceres;
|
||||
hostname = osConfig.networking.hostName;
|
||||
nvTopPackage = {
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
pciutils
|
||||
;
|
||||
inherit (pkgs.nvtopPackages)
|
||||
nvidia
|
||||
;
|
||||
# inherit (flake.inputs.nixpkgs-stable.legacyPackages.${pkgs.system}.nvtopPackages)
|
||||
# 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