mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-02-20 11:04:32 +00:00
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:
parent
b6eb64b31d
commit
9cb7193827
@ -51,6 +51,11 @@
|
||||
{
|
||||
"action": "shutdown",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"action": "rebootToUefi",
|
||||
"command": "loginctl reboot --firmware-setup",
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"showHeader": true,
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
(define-public noctalia-shell
|
||||
(package
|
||||
(name "noctalia-shell")
|
||||
(version "4.4.3")
|
||||
(version "4.5.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@ -48,7 +48,7 @@
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bcllxzpc3viyxizv9qqckbzxgsgsdki8pp60cns4nwzk89q4yp4"))))
|
||||
"1syqsml49jfjpngi7b099jcggp66lrls0ha6w5daqd5xhd2z94v3"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
||||
Loading…
Reference in New Issue
Block a user