adding prettier and sqlite

This commit is contained in:
Ivan Dimitrov 2023-08-08 16:47:09 +03:00
parent f7b04001d9
commit f5546943e3
3 changed files with 2 additions and 12 deletions

View File

@ -1,6 +0,0 @@
;;; tailwindcss --- Utility style classes for HTML
;;; Commentary:
;;; Code:
(use-package! lsp-tailwindcss)
;;; config.el ends here

View File

@ -1,6 +0,0 @@
;;; tailwindcss --- Utility style classes for HTML
;;; Commentary:
;;; Code:
(package! lsp-tailwindcss :recipe (:host github :repo "merrickluo/lsp-tailwindcss"))
;;; packages.el ends here

View File

@ -26,6 +26,7 @@
pavucontrol
nixfmt
ripgrep
sqlite
];
};
programs = {
@ -113,6 +114,7 @@
doom-emacs = {
enable = true;
doomPrivateDir = ./cfg/doom.d;
extraPackages = with pkgs.emacsPackages; [ prettier ];
};
zsh = {
enable = true;