Compare commits
No commits in common. "adf9cb015d85d0014968b07a77d107ba81e962c9" and "2d87a289ea492b2df68031a50480dde1c8a19e53" have entirely different histories.
adf9cb015d
...
2d87a289ea
|
@ -123,7 +123,7 @@
|
||||||
(packages (append (map specification->package (list "sway"
|
(packages (append (map specification->package (list "sway"
|
||||||
;"hyprland"
|
;"hyprland"
|
||||||
"swaybg"
|
"swaybg"
|
||||||
;"swayidle"
|
"swayidle"
|
||||||
;"swaylock-effects"
|
;"swaylock-effects"
|
||||||
"fuzzel"
|
"fuzzel"
|
||||||
"foot"
|
"foot"
|
||||||
|
@ -159,7 +159,7 @@
|
||||||
"wireplumber"
|
"wireplumber"
|
||||||
"wireshark"
|
"wireshark"
|
||||||
"zsh"))
|
"zsh"))
|
||||||
(list my-ca-certs swaylock-effects-new waybar-new xdg-desktop-portal-hyprland-ryan hyprland-temp virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new)
|
(list my-ca-certs swaylock-effects-new waybar-new xdg-desktop-portal-hyprland-ryan hyprland-temp virt-manager-ovmf bluez-ryan blueman-ryan)
|
||||||
%my-base-packages ))
|
%my-base-packages ))
|
||||||
|
|
||||||
;; Below is the list of system services. To search for available
|
;; Below is the list of system services. To search for available
|
||||||
|
|
|
@ -47,7 +47,6 @@
|
||||||
(format port "#!~a \n
|
(format port "#!~a \n
|
||||||
export LD_LIBRARY_PATH=~a \n
|
export LD_LIBRARY_PATH=~a \n
|
||||||
export MOZ_ENABLE_WAYLAND=1 \n
|
export MOZ_ENABLE_WAYLAND=1 \n
|
||||||
export MOZ_USE_XINPUT2=1 \n
|
|
||||||
exec ~a $@\n"
|
exec ~a $@\n"
|
||||||
(string-append bash "/bin/bash")
|
(string-append bash "/bin/bash")
|
||||||
(string-append pipewire "/lib")
|
(string-append pipewire "/lib")
|
||||||
|
|
|
@ -34,20 +34,6 @@
|
||||||
"0cgpbzdpxj6bbpa8jwql1snghj21mhryyvj6sk46g66lqvwlrqbj"))))
|
"0cgpbzdpxj6bbpa8jwql1snghj21mhryyvj6sk46g66lqvwlrqbj"))))
|
||||||
(inputs (modify-inputs (package-inputs swaylock-effects) (delete "linux-pam")))))
|
(inputs (modify-inputs (package-inputs swaylock-effects) (delete "linux-pam")))))
|
||||||
|
|
||||||
(define-public swayidle-new
|
|
||||||
(package
|
|
||||||
(inherit swayidle)
|
|
||||||
(version "1.8.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/swaywm/swayidle")
|
|
||||||
(commit version)))
|
|
||||||
(file-name (git-file-name "swayidle" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0y0qdqzx90kvk6l80darldvizr7p5g65bnblhxlq5a2rgvs9hkpx"))))))
|
|
||||||
|
|
||||||
(define-public waybar-new
|
(define-public waybar-new
|
||||||
(package
|
(package
|
||||||
(inherit waybar)
|
(inherit waybar)
|
||||||
|
@ -101,4 +87,4 @@
|
||||||
"13l95h5krmv7syidw9c4gn62ac5qcqg9pmfh6x8ydjws97h05jvz"))
|
"13l95h5krmv7syidw9c4gn62ac5qcqg9pmfh6x8ydjws97h05jvz"))
|
||||||
(patches (list hyprland-unbundle-wlroots-patch))))))
|
(patches (list hyprland-unbundle-wlroots-patch))))))
|
||||||
|
|
||||||
swayidle-new
|
hyprland-temp
|
||||||
|
|
Loading…
Reference in a new issue