fix(Zephyrus): Remove "nvtop" as is is unfree

This commit is contained in:
GaspardCulis 2024-09-20 18:17:21 +02:00
parent 027b971f8a
commit 629dd4730c

View file

@ -46,14 +46,13 @@
pkgs.neofetch
pkgs.bottom
pkgs.htop
pkgs.nvtop
];
# Services
services.seatd.enable = true;
# NVIDIA
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["nvidia-x11" "nvidia-settings" "nvtop"];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["nvidia-x11" "nvidia-settings"];
hardware.graphics.enable = true;