adapts neovim config

This commit is contained in:
Dennis Schoepf 2026-03-04 19:58:45 +01:00
parent c69697bbd3
commit 7632c3686f
7 changed files with 554 additions and 579 deletions

View file

@ -1,23 +0,0 @@
{ inputs, ... }:
{
flake.modules.nixos.clipboard =
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
wl-clipboard
cliphist
];
home-manager.sharedModules = [
inputs.self.modules.homeManager.clipboard
];
};
flake.modules.homeManager.clipboard =
{ pkgs, ... }:
{
# Watch clipboard and store history via cliphist
services.cliphist.enable = true;
};
}

View file

@ -18,8 +18,6 @@
mouse = "a";
pumheight = 10;
showmode = false;
smartindent = true;
breakindent = true;
showtabline = 0;
smartcase = true;
splitbelow = true;