From f499501156938ada9df15a88dabe724411dc80f7 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sat, 2 Mar 2024 14:38:42 +0300 Subject: [PATCH] Bump dotfiles to 174e6d5 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 4cc6015..daedeeb 100644 --- a/common/dotfiles.nix +++ b/common/dotfiles.nix @@ -3,7 +3,7 @@ let dotfiles = builtins.fetchGit { url = "https://github.com/ivabus/dotfiles"; - rev = "5e939a07ccca41a5736999c683a0c3b37eee62e8"; + rev = "174e6d509ae52b6cfc1a637e5919149d2e93d671"; }; theme = builtins.fetchurl { url =