Skip to content

Commit aa5cdea

Browse files
committed
Update repositories: 2025-12-10 to 2025-12-12
-repos/look/misako 9c957f48c30d7dd49cdf6f031b21d2f33afeef52 +repos/look/misako f8c28ba02c14bff17dce7ccfe2e539f1e3877d62
1 parent 8d940eb commit aa5cdea

File tree

7 files changed

+25
-21
lines changed

7 files changed

+25
-21
lines changed

repos/look/misako/misako/home-environments/look.scm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,17 +251,17 @@
251251
`(("QT_WAYLAND_DISABLE_WINDOWDECORATION" . "1")
252252
; ("QT_OPENGL_NO_SANITY_CHECK" . "1") ;; Bad flag
253253
("__GLX_VENDOR_LIBRARY_NAME" . "nvidia")
254-
("__EGL_VENDOR_LIBRARY_FILENAMES" . ,(file-append nvidia-driver "/share/glvnd/egl_vendor.d/10_nvidia.x86_64.json"))
254+
; ("__EGL_VENDOR_LIBRARY_FILENAMES" . ,(file-append nvidia-driver "/share/glvnd/egl_vendor.d/10_nvidia.x86_64.json"))
255255
; ("__NV_PRIME_RENDER_OFFLOAD" . "1")
256256
; ("__GL_SHADER_DISK_CACHE_SIZE" . "21474836480")
257257
("__GL_SHADER_DISK_CACHE" . "1")
258258
("__GL_SHADER_DISK_CACHE_PATH" . "/home/look/games/.nv")
259259
("__GL_SHADER_DISK_CACHE_SKIP_CLEANUP" . "1")
260-
("__GL_GSYNC_ALLOWED" . "1")
261-
("__GL_VRR_ALLOWED" . "1")
260+
; ("__GL_GSYNC_ALLOWED" . "1")
261+
; ("__GL_VRR_ALLOWED" . "1")
262262
;; This flag below solves prismlauncher problems
263263
; ("__GL_THREADED_OPTIMIZATIONS" . "0")
264-
("GBM_BACKEND" . "nvidia-drm")
264+
; ("GBM_BACKEND" . "nvidia-drm")
265265
("NVD_BACKEND" . "direct")
266266
("MOZ_DISABLE_RDD_SANDBOX" . "1")
267267
("XDG_SESSION_TYPE" . "wayland")

repos/look/misako/misako/home-environments/look/packages.scm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
font-nerd-symbols))
175175

176176
(define games
177-
(nvidia?* (steam-for nvda)
177+
(yumiko?* (steam-for nvda)
178178
(heroic-for nvda)
179179
mangohud
180180
mcpelauncher-client
@@ -258,10 +258,11 @@
258258
(list helix))
259259

260260
(define video
261-
(list mpv-minimal/wayland
261+
(list
262+
mpv-minimal/wayland
262263
yt-dlp
263264
obs-pipewire-audio-capture
264-
(yumiko?* ffmpeg-nvenc obs-nvidia nvidia-vaapi-driver)
265+
(yumiko?* ffmpeg/nvidia obs-nvidia nvidia-vaapi-driver)
265266
(yuria?* ffmpeg obs)))
266267

267268
(define virtual-keyboard

repos/look/misako/misako/operating-systems/base.scm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
(guix-configuration
153153
(substitute-urls
154154
'(
155-
"https://ci.guix.moe"
155+
"https://cache-cdn.guix.moe"
156156
; "https://cuirass.genenetwork.org"
157157
"https://substitutes.nonguix.org"
158158
; "https://guix.bordeaux.inria.fr"
@@ -166,6 +166,7 @@
166166
substitute-key:buer.pub
167167
substitute-key:nonguix.pub
168168
substitute-key:inria.pub
169+
substitute-key:guix.moe.pub
169170
substitute-key:boiledscript.pub
170171
substitute-key:genenetwork.pub))
171172
(build-accounts 300)
@@ -272,8 +273,8 @@
272273
(list (network-address
273274
(device "lo")
274275
(value "127.0.0.1/8"))))
275-
(provision '(loopback))
276-
(name-servers '("127.0.0.1" "::1")))))
276+
(provision '(loopback)))))
277+
; (name-servers '("127.0.0.1" "::1")))))
277278

278279
(simple-service 'extra-hosts hosts-service-type
279280
(list (host "192.168.100.30" "yuria.local"

repos/look/misako/misako/substitute-keys.scm

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
yumiko.pub
99
yuria.pub
1010
genenetwork.pub
11+
guix.moe.pub
1112
boiledscript.pub))
1213

1314
(define guix.pub
@@ -72,3 +73,10 @@
7273
(ecc
7374
(curve Ed25519)
7475
(q #374EC58F5F2EC0412431723AF2D527AD626B049D657B5633AAAEBC694F3E33F9#)))"))
76+
77+
(define guix.moe.pub
78+
(plain-file "guix.moe.pub"
79+
"(public-key
80+
(ecc
81+
(curve Ed25519)
82+
(q #552F670D5005D7EB6ACF05284A1066E52156B51D75DE3EBD3030CD046675D543#)))"))

repos/look/misako/misako/utils.scm

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,9 @@
121121
(define-syntax-rule (nvidia-home-environment exp ...)
122122
"Like 'home-environment' but graft Mesa with the proprietary NVIDIA driver."
123123
(if nvidia?
124-
(with-transformation
125-
replace-mesa
126-
(home-environment exp ...))
124+
(replace-mesa (home-environment exp ...))
127125
(home-environment exp ...)))
128126

129-
(define-syntax nvidia-operating-system
130-
(syntax-rules (driver)
131-
((nvidia-operating-system #:driver dri exp ...)
132-
((nonguix-transformation-nvidia #:driver dri)
133-
(operating-system exp ...)))
134-
((nvidia-operating-system exp ...)
135-
((nonguix-transformation-nvidia) (operating-system exp ...)))))
127+
(define-syntax-rule (nvidia-operating-system exp ...)
128+
((nonguix-transformation-nvidia #:open-source-kernel-module? #t)
129+
(operating-system exp ...)))

repositories.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos/aemogie/aetheria 6c16f29dca6bcf96f6cd596991852ba4143c0b64
22
repos/abcdw/rde 0b8e1a8a9eda3378883449b55ba207aa525e3beb
33
repos/anemofilia/zero f432b1e2b8a01e933d23f48541e37f8a05603066
4-
repos/look/misako 9c957f48c30d7dd49cdf6f031b21d2f33afeef52
4+
repos/look/misako f8c28ba02c14bff17dce7ccfe2e539f1e3877d62
55
repos/hako/Testament 0959a8f430f3b7970d0770f7dca06541ccd79509
66
repos/jjba23/sss 86f85cd2321aa1916e956cdbded316d6fa271888
77
repos/divyaranjan/dotfiles b73f285f7edf6387aa888d897efabd8c5d537f58

0 commit comments

Comments
 (0)