From 157a15b42855bf9966f189b84a74feb9276c4d34 Mon Sep 17 00:00:00 2001 From: ringofstorms Date: Mon, 1 Apr 2024 11:22:46 -0500 Subject: [PATCH] remove additional wl-clipboard install to ensure my wayland nix file is loading --- systems/_common/components/todo_neovim.nix | 1 + systems/_common/configuration.nix | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/systems/_common/components/todo_neovim.nix b/systems/_common/components/todo_neovim.nix index faf7d23..617987c 100644 --- a/systems/_common/components/todo_neovim.nix +++ b/systems/_common/components/todo_neovim.nix @@ -2,6 +2,7 @@ { environment.systemPackages = with pkgs; [ # extras, more for my neovim setup TODO move these into a more isolated place for nvim setup? Should be its own flake probably + neovim cargo rustc nodejs_21 diff --git a/systems/_common/configuration.nix b/systems/_common/configuration.nix index 648d3f1..2992184 100644 --- a/systems/_common/configuration.nix +++ b/systems/_common/configuration.nix @@ -40,10 +40,8 @@ in # Some basics nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ - # wayland clipboard in terminal - wl-clipboard # Basics - neovim + # neovim in TODO nix file in common, to split out into its own flake eventually vim wget curl @@ -56,7 +54,7 @@ in fzf ripgrep - # TODO keep in common or move to specifics? + # TODO keep in common or move to specific machines, I want this for my pocket 3 video KDM module but I use ffmpeg on most machines anyways? ffmpeg_5-full ];