mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-06-17 17:24:38 +02:00
feat: config rewrite (#1)
This commit is contained in:
+1
-8
@@ -1,22 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./keybindings.nix
|
||||
./opts.nix
|
||||
./lsp.nix
|
||||
./cmp.nix
|
||||
./keymaps.nix
|
||||
./plugins
|
||||
];
|
||||
|
||||
colorschemes.catppuccin.enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
wl-clipboard
|
||||
];
|
||||
clipboard = {
|
||||
register = "unnamedplus";
|
||||
providers.wl-copy.enable = true;
|
||||
providers.wl-copy.package = pkgs.wl-clipboard;
|
||||
providers.xclip.enable = true;
|
||||
providers.xclip.package = pkgs.xclip;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user