Merge branch 'main' of github.com:tmayoff/.dotfiles

This commit is contained in:
Tyler Mayoff 2025-03-26 21:17:48 -04:00
commit f59a8ea7b3

View file

@ -1,7 +0,0 @@
{
description = "Top-level flake redirecting to dot_config/flake";
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
outputs = { self, nixpkgs }: import ./dot_config/flake { inherit self nixpkgs; };
}