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)
|
(when (require 'page-break nil :noerror)
|
||||||
(global-page-break-lines-mode +1))
|
(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
|
;;;; Help Buffers
|
||||||
|
|
||||||
;; Make `describe-*' screens more helpful
|
;; Make `describe-*' screens more helpful
|
||||||
|
|
|
@ -104,7 +104,7 @@ in ''
|
||||||
bind = SUPER, Return, exec, alacritty
|
bind = SUPER, Return, exec, alacritty
|
||||||
bind = SUPER SHIFT, Return, exec, [float] 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, 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
|
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, D, workspace, 3
|
||||||
bind = SUPER SHIFT, D, movetoworkspace, 3
|
bind = SUPER SHIFT, D, movetoworkspace, 3
|
||||||
|
|
||||||
# 4: [b]rowser
|
# 4: [w]ww
|
||||||
bind = SUPER, W, moveworkspacetomonitor, 4 current
|
bind = SUPER, W, moveworkspacetomonitor, 4 current
|
||||||
bind = SUPER, W, workspace, 4
|
bind = SUPER, W, workspace, 4
|
||||||
bind = SUPER SHIFT, W, movetoworkspace, 4
|
bind = SUPER SHIFT, W, movetoworkspace, 4
|
||||||
|
|
|
@ -9,11 +9,12 @@ in {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
libsecret
|
libsecret
|
||||||
git
|
git
|
||||||
neofetch
|
|
||||||
nitch
|
nitch
|
||||||
dig
|
dig
|
||||||
silver-searcher
|
|
||||||
gnumake
|
gnumake
|
||||||
|
fd
|
||||||
|
ripgrep
|
||||||
|
lynx
|
||||||
];
|
];
|
||||||
localBinInPath = true;
|
localBinInPath = true;
|
||||||
shellAliases.rebuild =
|
shellAliases.rebuild =
|
||||||
|
|
|
@ -69,6 +69,7 @@
|
||||||
helpful
|
helpful
|
||||||
which-key
|
which-key
|
||||||
link-hint
|
link-hint
|
||||||
|
display-wttr
|
||||||
|
|
||||||
# writing-packages
|
# writing-packages
|
||||||
pdf-tools
|
pdf-tools
|
||||||
|
|
Loading…
Reference in a new issue