mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36: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
|
Hostname 5.161.89.186
|
||||||
User root
|
User root
|
||||||
|
|
||||||
|
Host 192.168.216.1
|
||||||
|
HostkeyAlgorithms +ssh-rsa
|
||||||
|
PubkeyAcceptedAlgorithms +ssh-rsa
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
KexAlgorithms -sntrup761x25519-sha512@openssh.com
|
KexAlgorithms -sntrup761x25519-sha512@openssh.com
|
||||||
|
|
|
@ -96,11 +96,11 @@
|
||||||
(outputs '("out"))))
|
(outputs '("out"))))
|
||||||
|
|
||||||
(define-public hyprlock
|
(define-public hyprlock
|
||||||
(let ((commit "d9a6229434fba475ea42b634ee2f03919236798d")
|
(let ((commit "dba9d8b5175a6f23463035aafc6b0c741f9b73a5")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "hyprlock")
|
(name "hyprlock")
|
||||||
(version (git-version "0.3.0" revision commit))
|
(version (git-version "0.4.1" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19cg8vj4sgz5pxib9m08af1lilay9bckjhlr6h333s014l7y09sw"))))
|
(base32 "1zzv7w7hn8k71w75a9mz548cbl4f8zcsd8i92abgnrx5x9i35q63"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -142,4 +142,3 @@
|
||||||
(synopsis "Screen locker for Hyprland")
|
(synopsis "Screen locker for Hyprland")
|
||||||
(description "Screen locker for hyprland."))))
|
(description "Screen locker for hyprland."))))
|
||||||
|
|
||||||
hyprlock
|
|
||||||
|
|
Loading…
Reference in a new issue