add more packages

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2023-01-24 21:35:17 -05:00
parent d183b5596d
commit 075f5d6426
1 changed files with 18 additions and 0 deletions

View File

@ -133,6 +133,17 @@ in {
''; '';
}; };
dashboard = {
enable = true;
config = ''
(dashboard-setup-startup-hook)
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*")))
(setq dashboard-banner-logo-title "Have you ever been far even as decided to use even go want to do look more like?")
(add-to-list 'dashboard-items '(agenda) t)
(setq dashboard-week-agenda t)
'';
};
direnv = { direnv = {
enable = true; enable = true;
config = '' config = ''
@ -450,6 +461,13 @@ in {
bindLocal = { nix-mode-map = { "C-i" = "nix-indent-line"; }; }; bindLocal = { nix-mode-map = { "C-i" = "nix-indent-line"; }; };
}; };
nixpkgs-fmt = {
enable = true;
config = ''
(add-hook 'nix-mode-hook 'nixpkgs-fmt-on-save-mode)
'';
};
nix-prettify-mode = { nix-prettify-mode = {
enable = true; enable = true;
config = '' config = ''