adding some tweaks
This commit is contained in:
parent
df59b31474
commit
261e587384
5 changed files with 28 additions and 7 deletions
5
guix/home-services/hyprland.scm
Normal file
5
guix/home-services/hyprland.scm
Normal file
|
@ -0,0 +1,5 @@
|
|||
(define-module (hyprland)
|
||||
#:use-module (ice-9 popen)
|
||||
#:use-module (ice-9 rdelim))
|
||||
|
||||
(read-line)
|
|
@ -57,6 +57,7 @@
|
|||
"btop"
|
||||
"htop"
|
||||
"ripgrep"
|
||||
"jq"
|
||||
"bat"
|
||||
"dutree"
|
||||
"alacritty"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
(define-module (zola)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages crates-io)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu services)
|
||||
#:use-module (guix utils)
|
||||
|
@ -25,7 +26,21 @@
|
|||
(base32
|
||||
"1x9xdrp6j9n6nlj3xvv5b71vl08yizq16cm4dv9zkd9pm6w6szxa"))))
|
||||
(build-system cargo-build-system)
|
||||
(native-inputs (list tar bzip2))
|
||||
(native-inputs (list tar
|
||||
bzip2
|
||||
rust-serde-1
|
||||
rust-anyhow-1
|
||||
rust-ahash-0.8
|
||||
rust-clap-4
|
||||
rust-hyper-tls-0.5
|
||||
rust-tokio-fs-0.1
|
||||
rust-time-0.3
|
||||
rust-notify-4
|
||||
rust-ctrlc-3
|
||||
rust-open-2
|
||||
rust-pathdiff-0.2
|
||||
rust-mime-0.3
|
||||
rust-mime-guess-2))
|
||||
;; (arguments
|
||||
;; )
|
||||
(home-page "https://github.com/phisch/phinger-cursors")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue