Add json mode, flatpak service.

This commit is contained in:
Gabriel Simmer 2021-10-07 17:38:55 +01:00
parent ea9e98c904
commit 4df037fc18
3 changed files with 3 additions and 2 deletions

View file

@ -120,7 +120,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
'(treemacs-projectile projectile paredit all-the-fonts doom-modeline rust-mode swipe spinner lsp-treemacs lsp-ivy lsp-ui lsp-mode counsel swiper ivy treemacs use-package monokai-pro-theme)))
'(json-mode treemacs-projectile projectile paredit all-the-fonts doom-modeline rust-mode swipe spinner lsp-treemacs lsp-ivy lsp-ui lsp-mode counsel swiper ivy treemacs use-package monokai-pro-theme)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.

View file

@ -262,6 +262,7 @@ WantedBy=timers.target
(use-package lsp-treemacs :commands lsp-treemacs-errors-list)
(use-package rust-mode)
(use-package json-mode)
;; Can't have lisps without paredit!
(use-package paredit

View file

@ -87,10 +87,10 @@ this is pretty close to the default configuration.
firefox
emacs
curl
flatpak
podman
tailscale
];
services.flatpak.enable = true;
programs.mtr.enable = true;
programs.gnupg.agent = {