aboutsummaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-01-09 13:48:36 +0100
committerTimo Wilken2024-01-09 13:48:36 +0100
commitcde8ac06cb933bf115c8a0c1a8c6c1448ea21ef0 (patch)
tree2d08c4102159f1f85439b472108ce180ea5dedd1 /tw/home.scm
parent821674844c1f4dc4776962cb4f7e79b783baa9c8 (diff)
Install symlink like Ubuntu's python-is-python3
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tw/home.scm b/tw/home.scm
index eb5bd4fc..7eaad84b 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -184,6 +184,7 @@
(simple-service 'common-files home-files-service-type
`((".infokey" ,(local-file "home/files/infokey"))
+ (".local/bin/python" ,(file-append python "/bin/python3"))
;; With #:recursive? #t, Guix keeps the files' permission bits, i.e. makes them executable.
(".local/bin/ppscm" ,(local-file "home/files/ppscm" #:recursive? #t)))) ; pretty-print scheme files