(use-package nix-mode
:mode "\\.nix\\'")
+(use-package wgsl-mode
+ :mode "\\.wgsl\\'")
+
+(use-package glsl-mode
+ :ensure t)
+
+(use-package simple-httpd
+ :ensure t)
+
(load "~/.config/emacs/42header.el")
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(package-selected-packages
+ '(company counsel-projectile direnv doom-modeline doom-themes
+ evil-nerd-commenter glsl-mode ivy-rich lsp-treemacs magit
+ nix-mode olivetti org-contrib rust-mode simple-httpd
+ treemacs-projectile wgsl-mode which-key)))