From 6904607ccb687a1f4e382a2599f144ebd42bc42e Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 1 Jan 2023 01:03:34 +0100 Subject: Install git system-wide Required in order to receive git pushes on the server. --- tw/system/common.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tw/system/common.scm') diff --git a/tw/system/common.scm b/tw/system/common.scm index 89d49281..2266cbb9 100644 --- a/tw/system/common.scm +++ b/tw/system/common.scm @@ -9,12 +9,12 @@ #:use-module (guix gexp)) (use-package-modules admin avahi certs disk file-systems linux lsof man - moreutils search vpn) + moreutils search version-control vpn) (define-public %common-system-packages - (list acpi btrfs-progs cpupower efibootmgr exfat-utils glibc-locales hddtemp - htop lshw lsof man-db man-pages man-pages-posix mlocate moreutils - nss-certs nss-mdns strace wireguard-tools)) + (list acpi btrfs-progs cpupower efibootmgr exfat-utils git glibc-locales + hddtemp htop lshw lsof man-db man-pages man-pages-posix mlocate + moreutils nss-certs nss-mdns strace wireguard-tools)) (define-public %british-keyboard (keyboard-layout -- cgit v1.2.3