From 711d056962103a54a831f689ad03c8bec46adbbf Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Sat, 2 Jul 2022 20:36:02 +0200 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20hosts/dell-5590/nixpkgs/packages.nix=20=09modifi=C3=A9=C2=A0?= =?UTF-8?q?:=20=20=20=20=20=20=20=20=20modules/neovim.nix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/dell-5590/nixpkgs/packages.nix | 6 +++--- modules/neovim.nix | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/hosts/dell-5590/nixpkgs/packages.nix b/hosts/dell-5590/nixpkgs/packages.nix index 648a4e2..5c835ee 100644 --- a/hosts/dell-5590/nixpkgs/packages.nix +++ b/hosts/dell-5590/nixpkgs/packages.nix @@ -13,7 +13,6 @@ isync zathura rofi - rofi-pass poppler_utils simple-scan brightnessctl @@ -28,14 +27,12 @@ pandoc hugo whois - barrier inkscape feh i3blocks acpi cpufrequtils xclip - gopass ispell aspellDicts.fr nix-direnv @@ -45,5 +42,8 @@ freetube texlive.combined.scheme-full zola + exa + bat + vimPlugins.vim-markdown-composer ]; } diff --git a/modules/neovim.nix b/modules/neovim.nix index 1079ffa..c85cf86 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -2,7 +2,10 @@ let # […] nix-nvim = builtins.fetchGit { - url = "https://git.atlanticaweb.fr/alexandre/nix-nvim.git"; +# url = "https://git.atlanticaweb.fr/alexandre/nix-nvim.git"; +# ref = "main"; +# rev = "fc0cf4d36b3872f80a931ed05993f2d5755b26da"; + url = "https://framagit.org/vegaelle/nix-nvim.git"; ref = "main"; }; in