From 388e1d0fc309a4eba58ea8277fdac556000790e4 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Tue, 24 Dec 2024 05:03:09 -0600 Subject: update nvim --- configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index d14922e..3b7814a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -117,7 +117,7 @@ windowManager.dwm.package = pkgs.dwm.overrideAttrs { src = fetchGit { url = "https://github.com/ozpv/dwm.git"; - rev = "5d98b0dc24040979851c8e70bec5605bbc54a3e1"; + rev = "cba75698f40079c07a1560a3ac760a46d52609ad"; }; }; xkb.layout = "us"; @@ -162,19 +162,19 @@ (st.overrideAttrs { src = fetchGit { url = "https://github.com/ozpv/st.git"; - rev = "3a3cb60a329fc9dd139cd7a38e73307be791b480"; + rev = "fb009d1cb85bb2e19cf267fe794cf9ab626c9792"; }; }) (dmenu.overrideAttrs { src = fetchGit { url = "https://github.com/ozpv/dmenu.git"; - rev = "d22280f3dc99dd71b5c86c1a6ce584bdee7cd8eb"; + rev = "8a6dfa7db55749c9bc48ee6bdd6f65c43095e123"; }; }) (slstatus.overrideAttrs { src = fetchGit { url = "https://github.com/ozpv/slstatus.git"; - rev = "d8a6d891cba4217d52e325b4107072473c174e45"; + rev = "8ee4bd60785b6a0078e15b80b27136f8536448e1"; }; }) (callPackage ./apps/powermenu.nix {}) -- cgit v1.2.3