From 82614c27db17fe9dc1be4b9fd91343d3b7de0a56 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Thu, 23 Apr 2026 11:00:00 -0400 Subject: [PATCH] Remove dashboard --- config.nix | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/config.nix b/config.nix index 4310c42..101c577 100644 --- a/config.nix +++ b/config.nix @@ -29,37 +29,6 @@ clipboard.providers.xclip.enable = true; plugins = { - dashboard = { - enable = true; - - settings = { - theme = "hyper"; - - config = { - header = [ - "███╗ ██╗██╗██╗ ██╗██╗ ██╗██╗███╗ ███╗" - "████╗ ██║██║╚██╗██╔╝██║ ██║██║████╗ ████║" - "██╔██╗ ██║██║ ╚███╔╝ ██║ ██║██║██╔████╔██║" - "██║╚██╗██║██║ ██╔██╗ ╚██╗ ██╔╝██║██║╚██╔╝██║" - "██║ ╚████║██║██╔╝ ██╗ ╚████╔╝ ██║██║ ╚═╝ ██║" - "╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝" - "" - ]; - - shortcut = [ - { - action = { - __raw = "function(path) vim.cmd('Telescope find_files') end"; - }; - desc = "Find Files"; - key = "f"; - icon = " "; - } - ]; - }; - }; - }; - telescope = { enable = true;