mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
home-manager: updated emacs config.
This commit is contained in:
parent
7b4dbe0baf
commit
128bccd0fc
|
@ -19,6 +19,13 @@
|
||||||
org-roam
|
org-roam
|
||||||
nix-mode
|
nix-mode
|
||||||
treemacs
|
treemacs
|
||||||
|
projectile
|
||||||
|
yaml
|
||||||
|
yaml-mode
|
||||||
|
markdown-mode
|
||||||
|
ox-pandoc
|
||||||
|
use-package
|
||||||
|
python
|
||||||
])
|
])
|
||||||
);
|
);
|
||||||
package = pkgs.emacs-nox;
|
package = pkgs.emacs-nox;
|
||||||
|
@ -46,7 +53,7 @@
|
||||||
|
|
||||||
; Enable treemacs
|
; Enable treemacs
|
||||||
(add-hook 'emacs-startup-hook 'treemacs)
|
(add-hook 'emacs-startup-hook 'treemacs)
|
||||||
(setq treemacs-width 25)
|
(setq treemacs-width 20)
|
||||||
(treemacs-resize-icons 16) ; Adjust the icon size according to your preference
|
(treemacs-resize-icons 16) ; Adjust the icon size according to your preference
|
||||||
(setq treemacs-follow-mode t) ; Enable follow mode
|
(setq treemacs-follow-mode t) ; Enable follow mode
|
||||||
(setq treemacs-filewatch-mode t) ; Enable file watch mode
|
(setq treemacs-filewatch-mode t) ; Enable file watch mode
|
||||||
|
@ -95,6 +102,7 @@
|
||||||
tmuxPlugins.better-mouse-mode
|
tmuxPlugins.better-mouse-mode
|
||||||
tmuxPlugins.cpu
|
tmuxPlugins.cpu
|
||||||
tmuxPlugins.battery
|
tmuxPlugins.battery
|
||||||
|
tmuxPlugins.resurrect
|
||||||
];
|
];
|
||||||
terminal = "tmux-256color";
|
terminal = "tmux-256color";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
@ -106,6 +114,7 @@
|
||||||
run-shell ${pkgs.tmuxPlugins.weather}/share/tmux-plugins/weather/tmux-weather.tmux
|
run-shell ${pkgs.tmuxPlugins.weather}/share/tmux-plugins/weather/tmux-weather.tmux
|
||||||
run-shell ${pkgs.tmuxPlugins.cpu}/share/tmux-plugins/cpu/cpu.tmux
|
run-shell ${pkgs.tmuxPlugins.cpu}/share/tmux-plugins/cpu/cpu.tmux
|
||||||
run-shell ${pkgs.tmuxPlugins.battery}/share/tmux-plugins/battery/battery.tmux
|
run-shell ${pkgs.tmuxPlugins.battery}/share/tmux-plugins/battery/battery.tmux
|
||||||
|
run-shell ${pkgs.tmuxPlugins.battery}/share/tmux-plugins/resurrect/resurrect.tmux
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue