This commit is contained in:
Tyler Mayoff 2025-11-28 23:07:54 -05:00 committed by Tyle Mayoff
parent 79e55de9fb
commit 6836df8cc0

View file

@ -1,10 +1,12 @@
{...}: { {outputs, ...}: {
imports = [ imports = [
../../home/common.nix ../../home/common.nix
../../home/helide ../../home/helide
]; ];
home = { home = {
overlays = builtins.attrValues outputs.overlays;
username = "tyler"; username = "tyler";
homeDirectory = "/home/tyler"; homeDirectory = "/home/tyler";