commit 753c0959557b2bb3b85a62957eddb8df5a2268fc
parent 4f5bfac30d12a0d988141b21a59b144f821700d2
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Sun, 22 Mar 2026 21:52:49 +0000
bump dotfiles
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/dotfiles.nix b/lib/dotfiles.nix
@@ -2,6 +2,6 @@
dotfiles = builtins.fetchGit {
url = "git://popovic.xyz/dots.git";
ref = "master";
- rev = "e748576e57aafbbde658d0309786f9ec23bafbd8";
+ rev = "a0e01e0b9494bdfd8ee7bd58afc2638639ef0859";
};
}