Compare commits

...

2 commits

Author SHA1 Message Date
Ryan Schanzenbacher ef2dba347d
updated packages 2024-06-19 23:20:53 -04:00
Ryan Schanzenbacher c4ce810a76
updated hyprland and waybar 2024-06-19 23:20:53 -04:00
3 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
(url "https://git.savannah.gnu.org/git/guix.git") (url "https://git.savannah.gnu.org/git/guix.git")
(branch "master") (branch "master")
(commit (commit
"a1d711c92e119f6b5b8e99a620cdba92a4ca3bfb") "e32e3d0a03dc17c4c54a91aad053c9036998b601")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad" "9edb3f66fd807b096b48283debdcddccfea34bad"
@ -14,7 +14,7 @@
(url "https://gitlab.com/nonguix/nonguix") (url "https://gitlab.com/nonguix/nonguix")
(branch "master") (branch "master")
(commit (commit
"1ee5d0cc09155e81ce0255b81a212922dad10a17") "1d8f477b6d3e497a3b98d68dfcb575c7df50416a")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc" "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
@ -25,7 +25,7 @@
(url "https://codeberg.org/hako/rosenthal.git") (url "https://codeberg.org/hako/rosenthal.git")
(branch "trunk") (branch "trunk")
(commit (commit
"a28767296ff974dd0282f86201f77f1b4e8c8ae9") "8ca24e4559bc0b9eb5c736af1e04e600101dc593")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"7677db76330121a901604dfbad19077893865f35" "7677db76330121a901604dfbad19077893865f35"

View file

@ -101,7 +101,7 @@
(define-public base-operating-system (define-public base-operating-system
(operating-system (operating-system
(kernel linux-6.8) (kernel linux)
(firmware (list linux-firmware)) (firmware (list linux-firmware))
(locale "en_US.utf8") (locale "en_US.utf8")
(timezone "America/New_York") (timezone "America/New_York")

View file

@ -57,7 +57,7 @@
(package (package
(inherit waybar) (inherit waybar)
(name "waybar-new") (name "waybar-new")
(version "0.10.2") (version "0.10.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -66,7 +66,7 @@
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0h8anmzhbimgdjnbg79al32d5acbfyrh3sf8wcsbx1296qpd6af6")))) (base32 "04xd61ycn1nisq1s5ch14zkbsjcfcy6n29nkjn68s2ribmws0iid"))))
(arguments (arguments
(list (list
#:configure-flags #~(list "--wrap-mode=nodownload" "-Dexperimental=true"))))) #:configure-flags #~(list "--wrap-mode=nodownload" "-Dexperimental=true")))))