From c8c85adc361d48d770fc5a5da86d06cd5809951f Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 16 Jun 2025 17:30:51 +0200 Subject: fix(workstation): make vim use system clipboard --- nixos/profiles/common/basics.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nixos/profiles/common') diff --git a/nixos/profiles/common/basics.nix b/nixos/profiles/common/basics.nix index aa6eff9..4ef0c14 100644 --- a/nixos/profiles/common/basics.nix +++ b/nixos/profiles/common/basics.nix @@ -3,7 +3,8 @@ { environment.systemPackages = with pkgs; [ git - vim + # lowPrio because we use vim-full in the workstation profile + (lowPrio vim) file htop -- cgit v1.2.3