From f67a71ad5b67c0434892a5fd1a04add29e384075 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sun, 3 Mar 2024 13:09:43 +0300 Subject: [PATCH] Bump dotfiles to 9dff0ad Signed-off-by: Ivan Bushchik --- common/dotfiles.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/dotfiles.nix b/common/dotfiles.nix index daedeeb..28038fa 100644 --- a/common/dotfiles.nix +++ b/common/dotfiles.nix @@ -3,7 +3,7 @@ let dotfiles = builtins.fetchGit { url = "https://github.com/ivabus/dotfiles"; - rev = "174e6d509ae52b6cfc1a637e5919149d2e93d671"; + rev = "9dff0ad2e5eef9a45e88a5eca712426c0f9cc812"; }; theme = builtins.fetchurl { url =