Reorganized mal

This commit is contained in:
Tyler Mayoff 2025-03-08 22:59:33 -05:00
parent 777d6d5233
commit 187ae3d98f
5 changed files with 18 additions and 2 deletions

View file

@ -1,8 +0,0 @@
{pkgs, ...}: {
imports = [../common.nix];
home = {
username = "tyler";
homeDirectory = "/home/tyler";
};
}