added saffron config

This commit is contained in:
Tyler Mayoff 2025-11-28 22:51:42 -05:00 committed by Tyle Mayoff
parent ed36830cf3
commit f51562f1a1
2 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,16 @@
{...}: {
imports = [
../../home/common.nix
../../home/helide
];
home = {
username = "tyler";
homeDirectory = "/home/tyler";
packages = [
];
stateVersion = "23.11";
};
}