From c538f3577bdd5b0f2a6ee5323380306d6262f9c5 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 7 Dec 2023 15:10:47 -0600 Subject: [PATCH 1/2] vim: leverage `with pkgs;` --- home/editor.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/editor.nix b/home/editor.nix index 05a0678..85df06f 100644 --- a/home/editor.nix +++ b/home/editor.nix @@ -6,8 +6,8 @@ # Let's not grab _all_ of Vim. packageConfigurable = pkgs.vim; plugins = with pkgs; [ - pkgs.vimPlugins.vim-airline - pkgs.vimPlugins.vim-airline-themes + vimPlugins.vim-airline + vimPlugins.vim-airline-themes ]; settings = { From 84c19e4d3e2401567589f4df1ade05641322ce17 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 7 Dec 2023 15:10:53 -0600 Subject: [PATCH 2/2] Upgrade dependencies --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index ce9740f..9d8600a 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1701436327, - "narHash": "sha256-tRHbnoNI8SIM5O5xuxOmtSLnswEByzmnQcGGyNRjxsE=", + "lastModified": 1701718080, + "narHash": "sha256-6ovz0pG76dE0P170pmmZex1wWcQoeiomUZGggfH9XPs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "91050ea1e57e50388fa87a3302ba12d188ef723a", + "rev": "2c7f3c0fb7c08a0814627611d9d7d45ab6d75335", "type": "github" }, "original": {