cleaned up all neovim things and added rust and go

forgot go keybinds ig
This commit is contained in:
Nico
2025-05-25 00:17:53 +02:00
parent 4ed9152f57
commit 4d252c9880
38 changed files with 260 additions and 1284 deletions

View File

@@ -1,35 +0,0 @@
{ pkgs, config, lib,... }:
{
home.packages = with pkgs; [
];
programs.ranger = {
enable = true;
extraConfig = ''
set preview_images true
set preview_images_method kitty
'';
};
programs.git = {
enable = true;
userName = "Nico";
userEmail = "nicovessen@gmail.com";
extraConfig = {
safe.directory = "/etc/nixos";
};
};
services.kdeconnect = {
enable = true;
indicator = true;
};
programs.ladybird.enable = true;
}