From ac6fbdcf76a13623a8b17007bf432c7bc442b78d Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 23 May 2024 18:15:05 +0200 Subject: Install Minecraft launcher --- tw/services/desktop.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tw/services/desktop.scm') diff --git a/tw/services/desktop.scm b/tw/services/desktop.scm index 99376c1d..b2dd2e16 100644 --- a/tw/services/desktop.scm +++ b/tw/services/desktop.scm @@ -46,6 +46,7 @@ #:use-module ((gnu packages xdisorg) #:select (arandr numlockx hsetroot rofi rofi-calc xclip xdotool xsel)) #:use-module ((gnu packages xfce) #:select (xfce4-screenshooter)) #:use-module ((gnu packages xorg) #:select (xdpyinfo xev xfd xfontsel xinput xkill xprop xrandr xset xrdb xwininfo setxkbmap)) + #:use-module ((games packages minecraft) #:select (prismlauncher)) #:use-module ((nongnu packages nvidia) #:select (nvda)) #:use-module ((nongnu packages messaging) #:select (zoom)) #:use-module ((nongnu packages nvidia) #:select (nvidia-system-monitor)) @@ -179,7 +180,7 @@ supply, if any. See @code{/sys/class/power_supply}.") ;; Theming papirus-icon-theme catppuccin-gtk-theme catppuccin-mocha-dark-cursors ;; Games (larger games installed in ~/.guix-profile to avoid frequent huge downloads). - szio-solitaire + szio-solitaire prismlauncher ;; 0ad flightgear freeciv simutrans/pak128 warzone2100 widelands pioneer (match-record config (gaming? nvidia-driver?) -- cgit v1.2.3