mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 04:56:09 -05:00
various thinkpad changes
This commit is contained in:
parent
08263029b9
commit
7b8185c6ca
2 changed files with 7 additions and 4 deletions
|
@ -16,5 +16,9 @@ Host rncorepub
|
|||
Hostname 5.161.89.186
|
||||
User root
|
||||
|
||||
Host 192.168.216.1
|
||||
HostkeyAlgorithms +ssh-rsa
|
||||
PubkeyAcceptedAlgorithms +ssh-rsa
|
||||
|
||||
Host *
|
||||
KexAlgorithms -sntrup761x25519-sha512@openssh.com
|
||||
|
|
|
@ -96,11 +96,11 @@
|
|||
(outputs '("out"))))
|
||||
|
||||
(define-public hyprlock
|
||||
(let ((commit "d9a6229434fba475ea42b634ee2f03919236798d")
|
||||
(let ((commit "dba9d8b5175a6f23463035aafc6b0c741f9b73a5")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "hyprlock")
|
||||
(version (git-version "0.3.0" revision commit))
|
||||
(version (git-version "0.4.1" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -109,7 +109,7 @@
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "19cg8vj4sgz5pxib9m08af1lilay9bckjhlr6h333s014l7y09sw"))))
|
||||
(base32 "1zzv7w7hn8k71w75a9mz548cbl4f8zcsd8i92abgnrx5x9i35q63"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -142,4 +142,3 @@
|
|||
(synopsis "Screen locker for Hyprland")
|
||||
(description "Screen locker for hyprland."))))
|
||||
|
||||
hyprlock
|
||||
|
|
Loading…
Reference in a new issue