Add nvim copilot

This commit is contained in:
Martin
2024-04-05 23:05:13 +02:00
parent d0fcefb19d
commit e9a52a6f2a
5 changed files with 28 additions and 5 deletions

View File

@ -10,9 +10,10 @@
];
home.packages = with pkgs; [
nil
# neovim
(pkgs.nerdfonts.override { fonts = [ "FiraCodeMono" ]; })
(pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; })
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"