diff --git a/flake.lock b/flake.lock index 28dacfd..24f5c80 100644 --- a/flake.lock +++ b/flake.lock @@ -671,11 +671,11 @@ ] }, "locked": { - "lastModified": 1720452943, - "narHash": "sha256-YWIdYLBfd3XTdTJV2A12kmDmLh1YdhVnWsyqAvv8iT8=", + "lastModified": 1720339391, + "narHash": "sha256-IHlZ1sUQzTJATSt8zw8CFXdQoZOBTvfSG9d9erOjS04=", "owner": "abenz1267", "repo": "walker", - "rev": "23a6cfee69a9040f763f079aba56119dcbafb263", + "rev": "bf9bc52b328ce201c536ecff5d8542ba2232f603", "type": "github" }, "original": { diff --git a/home/programs/terminal/editors/neovim/default.nix b/home/programs/terminal/editors/neovim/default.nix index cb9fa65..2e58c6b 100644 --- a/home/programs/terminal/editors/neovim/default.nix +++ b/home/programs/terminal/editors/neovim/default.nix @@ -1,5 +1,5 @@ {pkgs, ...}: { - # TODO: Consider switching to nixvim + # TODO: Consider switching to nixvim, this is a temporary solution programs.neovim = { enable = true; @@ -17,10 +17,18 @@ rustc cargo gcc - deadnix - statix - alejandra - nixd ]; }; + + # Running `nvim --headless +q` is recommended + # before opening neovim for the first time + home.file."./.config/nvim" = { + source = pkgs.fetchFromGitHub { + owner = "ItsDrike"; + repo = "AstroNvimUser"; + rev = "v0.1.2"; + sha256 = "sha256-PPejIy8BGxilcFAvBZQVfVDwTNEm1Tu6e0AlzIZbYXY="; + }; + recursive = true; + }; } diff --git a/hosts/voyager/default.nix b/hosts/voyager/default.nix index 0999736..f46c610 100644 --- a/hosts/voyager/default.nix +++ b/hosts/voyager/default.nix @@ -70,6 +70,7 @@ # Games ".local/share/PrismLauncher" ".local/share/Steam" + #".steam" # Tools ".ssh" @@ -78,7 +79,6 @@ ".local/share/zoxide" ".local/share/wakatime" ".local/share/zsh" - ".config/nvim" ".local/share/nvim" ".local/state/nvim" ".config/github-copilot"