nix flake update and migrating nvim from nixCats to nix-wrapper-modules.

This commit is contained in:
Gabe Venberg 2026-03-13 16:27:28 +01:00
parent a0ba016d28
commit 41a858b7da
8 changed files with 94 additions and 53 deletions

View file

@ -31,15 +31,16 @@
curl
rsync
p7zip
inputs.nvim-config.packages.${pkgs.stdenv.hostPlatform.system}.nvim-minimal
];
wrappers.neovim.settings.minimal = lib.mkDefault true;
home.sessionVariables = {
PIPENV_VENV_IN_PROJECT = 1;
POETRY_VIRTUALENVS_IN_PROJECT = 1;
};
home.sessionVariables.EDITOR = lib.mkDefault "nvim-minimal";
home.sessionVariables.EDITOR = lib.mkDefault "nvim";
home.sessionPath = [
"$HOME/.nix-profile/bin/"

View file

@ -20,11 +20,13 @@
libqalculate
f2
clock-rs
inputs.nvim-config.packages.${pkgs.stdenv.hostPlatform.system}.nvim
#TODO! move this to graphics module? This provides a drag and drop interface from the CLI.
dragon-drop
];
wrappers.neovim.enable=true;
wrappers.neovim.settings.minimal = false;
home.sessionVariables.EDITOR = "nvim";
programs = {