summaryrefslogtreecommitdiff
path: root/host/hephaestus.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2022-10-08 20:58:44 +0200
committerAdrian Kummerlaender2022-10-08 20:58:44 +0200
commitbe86f0083be17d3bb5560f332b6eb7e4a66d90b2 (patch)
tree037a2e983e726a3fc9a4ecb833adc04a9320ccd7 /host/hephaestus.nix
parentffc5ec5b39eb925285199356a29c46aa80fe87c3 (diff)
downloadnixos_system-be86f0083be17d3bb5560f332b6eb7e4a66d90b2.tar
nixos_system-be86f0083be17d3bb5560f332b6eb7e4a66d90b2.tar.gz
nixos_system-be86f0083be17d3bb5560f332b6eb7e4a66d90b2.tar.bz2
nixos_system-be86f0083be17d3bb5560f332b6eb7e4a66d90b2.tar.lz
nixos_system-be86f0083be17d3bb5560f332b6eb7e4a66d90b2.tar.xz
nixos_system-be86f0083be17d3bb5560f332b6eb7e4a66d90b2.tar.zst
nixos_system-be86f0083be17d3bb5560f332b6eb7e4a66d90b2.zip
Provide zenith-nvidia for GPU systems
Diffstat (limited to 'host/hephaestus.nix')
-rw-r--r--host/hephaestus.nix2
1 files changed, 2 insertions, 0 deletions
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;