Skip to content

Commit 420a845

Browse files
committed
Install tmux on turing
1 parent a302046 commit 420a845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guix/machines/turing.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
(home-directory "/home/j")
197197
(supplementary-groups '("wheel" "netdev" "audio" "video")))
198198
%base-user-accounts))
199-
(packages (cons* age %base-packages))
199+
(packages (cons* age tmux %base-packages))
200200
(sudoers-file (plain-file "sudoers" "root ALL=(ALL) ALL
201201
%wheel ALL=NOPASSWD: ALL
202202
"))

0 commit comments

Comments
 (0)