Merge branch 'main' of https://git.xenia.me.uk/xenia/nixos
This commit is contained in:
commit
a707d2a546
|
@ -78,6 +78,10 @@
|
|||
(when (require 'page-break nil :noerror)
|
||||
(global-page-break-lines-mode +1))
|
||||
|
||||
;; Weather in modeline
|
||||
(setq display-wttr-format 1)
|
||||
(when (require 'display-wttr nil :noerror) (display-wttr-mode +1))
|
||||
|
||||
;;;; Help Buffers
|
||||
|
||||
;; Make `describe-*' screens more helpful
|
||||
|
|
|
@ -104,7 +104,7 @@ in ''
|
|||
bind = SUPER, Return, exec, alacritty
|
||||
bind = SUPER SHIFT, Return, exec, [float] alacritty
|
||||
|
||||
bind = SUPER ALT, W, exec, [workspace 4] firefox
|
||||
bind = SUPER ALT, W, exec, [workspace 4] alacritty -e tmux new -A -s Web lynx
|
||||
bind = SUPER ALT, F, exec, [workspace 5] alacritty -e tmux new -A -s Files nnn -d
|
||||
bind = SUPER ALT, S, exec, [workspace 6] alacritty -e tmux new -A -s Spotify ncspot
|
||||
|
||||
|
@ -209,7 +209,7 @@ in ''
|
|||
bind = SUPER, D, workspace, 3
|
||||
bind = SUPER SHIFT, D, movetoworkspace, 3
|
||||
|
||||
# 4: [b]rowser
|
||||
# 4: [w]ww
|
||||
bind = SUPER, W, moveworkspacetomonitor, 4 current
|
||||
bind = SUPER, W, workspace, 4
|
||||
bind = SUPER SHIFT, W, movetoworkspace, 4
|
||||
|
|
|
@ -9,11 +9,12 @@ in {
|
|||
systemPackages = with pkgs; [
|
||||
libsecret
|
||||
git
|
||||
neofetch
|
||||
nitch
|
||||
dig
|
||||
silver-searcher
|
||||
gnumake
|
||||
fd
|
||||
ripgrep
|
||||
lynx
|
||||
];
|
||||
localBinInPath = true;
|
||||
shellAliases.rebuild =
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
helpful
|
||||
which-key
|
||||
link-hint
|
||||
display-wttr
|
||||
|
||||
# writing-packages
|
||||
pdf-tools
|
||||
|
|
Loading…
Reference in a new issue