Compare commits

..

No commits in common. "ed8c0057a40e4de97413c79ed683a665b9403f8d" and "b130aec6d68e3d52a79602331080ec8c563373a9" have entirely different histories.

3 changed files with 17 additions and 9 deletions

View file

@ -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": {

View file

@ -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;
};
}

View file

@ -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"