2026-01-21T21:36:22+01:00
This commit is contained in:
@@ -1,8 +1,15 @@
|
|||||||
|
|
||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
# Import all your configuration modules here
|
# Import all your configuration modules here
|
||||||
# imports = [ ./bufferline.nix ];
|
# imports = [ ./bufferline.nix ];
|
||||||
|
|
||||||
|
# Extra packages available in Neovim's PATH
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
ripgrep
|
||||||
|
tree-sitter
|
||||||
|
];
|
||||||
|
|
||||||
clipboard.register = "unnamedplus";
|
clipboard.register = "unnamedplus";
|
||||||
colorschemes.nord.enable = true;
|
colorschemes.nord.enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user