From 3c5181330e7bcbc69af1d15389f938e85ca5c463 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Fri, 6 Mar 2026 00:37:34 +0100 Subject: disable dashboard, launch directly into new file --- flake.nix | 82 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/flake.nix b/flake.nix index bf4957f..2c4e285 100644 --- a/flake.nix +++ b/flake.nix @@ -231,47 +231,47 @@ }; }; - dashboard.dashboard-nvim = { - enable = true; - setupOpts = { - theme = "hyper"; - change_to_vcs_root = true; - preview = { - command = "cat /home/user/dot-files/nix/apps/nvim/neovim_header | ${pkgs.lolcat}/bin/lolcat --animate --speed 100 --duration 10"; - file_path = "/home/user/dot-files/nix/apps/nvim/neovim_header"; - file_height = 11; - file_width = 71; - }; - config = { - packages.enable = false; # Don't show how many plugins neovim loaded (It always says 0) - shortcut = [ - { - desc = "󰩈 Quit"; - group = "@property"; - action = "q"; - key = "q"; - } - { - desc = " New file"; - group = "@property"; - action = "enew"; - key = "n"; - } - ]; - header = [ - " " - " ████ ██████ █████ ██" - " ███████████ █████ " - " █████████ ███████████████████ ███ ███████████" - " ████████ ███ █████████████ █████ ██████████████" - " █████████ ██████████ █████████ █████ █████ ████ █████" - " ███████████ ███ ███ █████████ █████ █████ ████ █████" - " ██████ █████████████████████ ████ █████ █████ ████ ██████" - - ]; - }; - }; - }; + # dashboard.dashboard-nvim = { + # enable = true; + # setupOpts = { + # theme = "hyper"; + # change_to_vcs_root = true; + # preview = { + # command = "cat /home/user/dot-files/nix/apps/nvim/neovim_header | ${pkgs.lolcat}/bin/lolcat --animate --speed 100 --duration 10"; + # file_path = "/home/user/dot-files/nix/apps/nvim/neovim_header"; + # file_height = 11; + # file_width = 71; + # }; + # config = { + # packages.enable = false; # Don't show how many plugins neovim loaded (It always says 0) + # shortcut = [ + # { + # desc = "󰩈 Quit"; + # group = "@property"; + # action = "q"; + # key = "q"; + # } + # { + # desc = " New file"; + # group = "@property"; + # action = "enew"; + # key = "n"; + # } + # ]; + # header = [ + # " " + # " ████ ██████ █████ ██" + # " ███████████ █████ " + # " █████████ ███████████████████ ███ ███████████" + # " ████████ ███ █████████████ █████ ██████████████" + # " █████████ ██████████ █████████ █████ █████ ████ █████" + # " ███████████ ███ ███ █████████ █████ █████ ████ █████" + # " ██████ █████████████████████ ████ █████ █████ ████ ██████" + # + # ]; + # }; + # }; + # }; terminal.toggleterm = { enable = true; # Enable float, bottom, side and tab terminal -- cgit v1.3.1