mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Treewide] fix renamed options and packages
This commit is contained in:
parent
3ab3540676
commit
cc51a26737
3 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ in {
|
|||
package = mkOption {
|
||||
internal = true;
|
||||
description = "Which nvtop package to use";
|
||||
default = pkgs.nvtop-amd;
|
||||
default = pkgs.nvtopPackages.amd;
|
||||
type = myLib.types.package';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue