fixed emacs and nvf visuas
This commit is contained in:
parent
bbbc0e53e0
commit
7499d849b3
2 changed files with 12 additions and 7 deletions
|
@ -158,7 +158,17 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
home.packages = with pkgs; [custom-emacs clang-tools ripgrep fd ispell findutils graphviz djvulibre hunspell hunspellDicts.de_AT hunspellDicts.en_US];
|
home.packages = with pkgs; [
|
||||||
|
custom-emacs
|
||||||
|
clang-tools
|
||||||
|
ripgrep
|
||||||
|
fd
|
||||||
|
ispell
|
||||||
|
findutils
|
||||||
|
graphviz
|
||||||
|
djvulibre
|
||||||
|
sqlite
|
||||||
|
];
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = custom-emacs;
|
package = custom-emacs;
|
||||||
|
|
|
@ -8,12 +8,7 @@ _: {
|
||||||
cellularAutomaton.enable = true;
|
cellularAutomaton.enable = true;
|
||||||
highlight-undo.enable = true;
|
highlight-undo.enable = true;
|
||||||
|
|
||||||
indentBlankline = {
|
indentBlankline.enable = true;
|
||||||
enable = true;
|
|
||||||
fillChar = null;
|
|
||||||
eolChar = null;
|
|
||||||
scope.enabled = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
cursorline = {
|
cursorline = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue