mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
fix: fixed opencloud
This commit is contained in:
parent
dc66e0050d
commit
b9bc92a168
6 changed files with 314 additions and 37 deletions
8
modules/home/cli/utilities/nvTop/default.nix
Normal file
8
modules/home/cli/utilities/nvTop/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs.nvtopPackages)
|
||||
nvidia
|
||||
;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue