From d750499c0c9627d12b0b67a9a896b39c14e1688e Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 7 Oct 2023 22:01:58 +0200 Subject: Install and configure nvidia-system-monitor --- tw/home/lap.scm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tw/home/lap.scm') diff --git a/tw/home/lap.scm b/tw/home/lap.scm index 5b73baa1..01ba7842 100644 --- a/tw/home/lap.scm +++ b/tw/home/lap.scm @@ -35,6 +35,8 @@ #:use-module (guix gexp) #:use-module ((nongnu packages messaging) #:select (signal-desktop)) + #:use-module ((nongnu packages nvidia) + #:select (nvidia-system-monitor)) #:use-module ((nongnu packages steam-client) #:select (steam-nvidia)) #:use-module (tw home) @@ -105,6 +107,7 @@ ;; Games steam-nvidia ; use "steam" for non-NVIDIA Steam client + nvidia-system-monitor ; Qt; installs "qnvsm" binary, but no .desktop file ;; Games are installed in ~/.guix-profile instead, to make updates of the ;; home environment faster. ;; 0ad flightgear freeciv simutrans/pak128 warzone2100 widelands pioneer @@ -119,6 +122,10 @@ (home-batsignal-configuration (batteries '("BAT0")))) + ;; For `nvidia-service-monitor'. + (simple-service 'qnvsm-config home-xdg-configuration-files-service-type + `(("congard/NVSM.conf" ,(local-file "files/NVSM.conf")))) + (service home-restic-backup-service-type (list (restic-backup-repository (schedule #~"0 */2 * * *") -- cgit v1.2.3