From be86f0083be17d3bb5560f332b6eb7e4a66d90b2 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 8 Oct 2022 20:58:44 +0200 Subject: Provide zenith-nvidia for GPU systems --- host/hephaestus.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/hephaestus.nix') diff --git a/host/hephaestus.nix b/host/hephaestus.nix index a2886b7..6aca093 100644 --- a/host/hephaestus.nix +++ b/host/hephaestus.nix @@ -37,6 +37,8 @@ hardware.nvidia.package = pkgs.linuxPackages.nvidia_x11; + environment.systemPackages = [ pkgs.zenith-nvidia ]; + hardware.bluetooth.enable = true; services.blueman.enable = true; -- cgit v1.2.3