Compare commits

...

4 commits

Author SHA1 Message Date
ItsDrike ed8c0057a4
neovim: Add nixd 2024-07-10 13:12:29 +02:00
ItsDrike 77fbd047ed
nvim: Add some nix toolings deps 2024-07-08 23:49:24 +02:00
ItsDrike 7946325fa9
Manually maintain nvim configuration 2024-07-08 23:29:55 +02:00
ItsDrike e6dca578ed
Update flake 2024-07-08 23:28:19 +02:00
3 changed files with 9 additions and 17 deletions

View file

@ -671,11 +671,11 @@
]
},
"locked": {
"lastModified": 1720339391,
"narHash": "sha256-IHlZ1sUQzTJATSt8zw8CFXdQoZOBTvfSG9d9erOjS04=",
"lastModified": 1720452943,
"narHash": "sha256-YWIdYLBfd3XTdTJV2A12kmDmLh1YdhVnWsyqAvv8iT8=",
"owner": "abenz1267",
"repo": "walker",
"rev": "bf9bc52b328ce201c536ecff5d8542ba2232f603",
"rev": "23a6cfee69a9040f763f079aba56119dcbafb263",
"type": "github"
},
"original": {

View file

@ -1,5 +1,5 @@
{pkgs, ...}: {
# TODO: Consider switching to nixvim, this is a temporary solution
# TODO: Consider switching to nixvim
programs.neovim = {
enable = true;
@ -17,18 +17,10 @@
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,7 +70,6 @@
# Games
".local/share/PrismLauncher"
".local/share/Steam"
#".steam"
# Tools
".ssh"
@ -79,6 +78,7 @@
".local/share/zoxide"
".local/share/wakatime"
".local/share/zsh"
".config/nvim"
".local/share/nvim"
".local/state/nvim"
".config/github-copilot"