set up defiant

This commit is contained in:
Leyla Becker 2024-08-31 11:53:34 -05:00
parent aabad6f30e
commit eca25529d7
7 changed files with 61 additions and 24 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
imports = [
../common
];
}