about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix32
1 files changed, 16 insertions, 16 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index e615a96..576cce5 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -156,34 +156,34 @@
     emacs = {
       enable = true;
       extraPackages = epkgs: with epkgs; [
-        use-package
-
         direnv
+        which-key
 
         evil
         evil-collection
 
         doom-modeline
+        doom-themes
         dashboard
 
         projectile
-        lsp-ui
-
-        lsp-bridge
-        rust-mode
+        
+        corfu
+        kind-icon
+        eldoc-box 
+        
+        vertico
+        consult
+        orderless
+        marginalia
+        
+        treesit-auto
+
+        go-mode
         rustic
-        company
-        flycheck
-        lsp-haskell
-
-        nix-mode
-        haskell-mode
-        typescript-mode
-        jq-mode
-
-        doom-themes
 
         dired-sidebar
+        minimap
       ];
       extraConfig = builtins.readFile "${dotfiles}/.emacs";
     };