Compare commits
No commits in common. "752de9a6d554b2849281507f841e4adaadf209cf" and "adf9cb015d85d0014968b07a77d107ba81e962c9" have entirely different histories.
752de9a6d5
...
adf9cb015d
|
@ -3,7 +3,7 @@
|
|||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(branch "master")
|
||||
(commit
|
||||
"69951a61a1d8f1f2135ea2dc836738be282b97bc")
|
||||
"9ca2161ef43c43b2f52c4b8fc51d6bc882b04b76")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||
|
@ -14,7 +14,7 @@
|
|||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
(branch "master")
|
||||
(commit
|
||||
"5baccd1d72594b4c85e958c2f34cac923345acb3")
|
||||
"b6d05dbefd2664aa6706d13ec4f46526a814369f")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||
|
|
|
@ -114,9 +114,8 @@
|
|||
"password-store"
|
||||
"node"
|
||||
"kanshi"
|
||||
"firefox"
|
||||
"git-lfs"))
|
||||
(list my-neovim wl-mirror calcurse-fixed)))
|
||||
(list my-neovim wl-mirror firefox-wayland-new calcurse-fixed)))
|
||||
|
||||
;; Below is the list of Home services. To search for available
|
||||
;; services, run 'guix home search KEYWORD' in a terminal.
|
||||
|
|
|
@ -138,9 +138,6 @@ bind = ,XF86AudioNext, exec, playerctl next
|
|||
bind = ,XF86AudioPrev, exec, playerctl previous
|
||||
bind = ,XF86AudioStop, exec, playerctl stop
|
||||
|
||||
# "Auto-connect headphones"
|
||||
bind = $mainMod, H, exec, bluetoothctl connect AC:80:0A:1C:D6:C7
|
||||
|
||||
# Move workspace between monitors
|
||||
bind = $mainMod CTRL SHIFT, left, movecurrentworkspacetomonitor, l
|
||||
bind = $mainMod CTRL SHIFT, right, movecurrentworkspacetomonitor, r
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
(define-public firefox-wayland-new
|
||||
(package
|
||||
(inherit firefox)
|
||||
(inherit firefox*)
|
||||
(name "firefox-wayland-new")
|
||||
(native-inputs '())
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue