rosenthal: noctalia-shell: Update to 4.5.0.

* modules/rosenthal/packages/wm.scm (noctalia-shell): Update to 4.5.0.
* modules/rosenthal/examples/dot-config/noctalia/settings.json: Update session
menu.
This commit is contained in:
Hilton Chain 2026-02-19 16:33:57 +08:00
parent b6eb64b31d
commit 9cb7193827
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
2 changed files with 7 additions and 2 deletions

View File

@ -51,6 +51,11 @@
{ {
"action": "shutdown", "action": "shutdown",
"enabled": true "enabled": true
},
{
"action": "rebootToUefi",
"command": "loginctl reboot --firmware-setup",
"enabled": true
} }
], ],
"showHeader": true, "showHeader": true,

View File

@ -39,7 +39,7 @@
(define-public noctalia-shell (define-public noctalia-shell
(package (package
(name "noctalia-shell") (name "noctalia-shell")
(version "4.4.3") (version "4.5.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -48,7 +48,7 @@
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1bcllxzpc3viyxizv9qqckbzxgsgsdki8pp60cns4nwzk89q4yp4")))) "1syqsml49jfjpngi7b099jcggp66lrls0ha6w5daqd5xhd2z94v3"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list (list