@@ -42,7 +42,7 @@ spec:
operator: Exists
containers:
- name: guix
- image: harbor.home.wugi.info/library/guix-image-workstation:7518682c
+ image: harbor.home.wugi.info/library/guix-image-workstation:e5706265
volumeMounts:
- mountPath: /home/oleg/.cache/ihs
name: home-oleg-dot-cache-ihs
@@ -1,10 +0,0 @@
-(list (channel
- (name 'guix)
- (url "https://cgit.wugi.info/git/guix/guix")
- (branch "master")
- (commit "32bd53cdb28cf35310f9067d4450e0113071a900")
- (introduction
- (make-channel-introduction
- "9edb3f66fd807b096b48283debdcddccfea34bad"
- (openpgp-fingerprint
- "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
@@ -236,7 +236,7 @@ allow-preset-passphrase"))))
program.")))
(define my-channels
- (include "/home/oleg/.local/share/chezmoi/dotfiles/channels-guix-guixsd.scm"))
+ (include "/home/oleg/.local/share/chezmoi/dotfiles/channels-current-guix-image-workstation.scm"))
(operating-system
(host-name "workstation")
@@ -0,0 +1,7 @@
+(use-modules (guix profiles)
+ (gnu packages guile-xyz))
+
+(define guile-packages
+ (list guile-swayer))
+(packages->manifest (append guile-packages))
@@ -48,7 +48,6 @@
"remmina"
"looking-glass-client"
"netcat-openbsd"
- "openssh"
"clipman"
"qbittorrent"
"direnv"
@@ -22,5 +22,6 @@
"majordomo.scm"
"notebook-packages.scm"
"tor-browsers.scm"
- "python.scm"))
+ "python.scm"
+ "guile.scm"))
(list manifest-wm)))