.dotfiles/install/flake.nix
2025-07-04 21:07:42 +02:00

7 lines
219 B
Nix

{
description = "Minimal installer flake - not to be used manually";
inputs.swarsel.url = "github:Swarsel/.dotfiles";
outputs = { swarsel, ... }: { nixosConfigurations = swarsel.nixosConfigurationsMinimal; };
}