homeDirectory

This commit is contained in:
Tyler Mayoff 2025-11-28 23:35:18 -05:00 committed by Tyle Mayoff
parent 007d360b17
commit 3bd622a151

View file

@ -1,4 +1,4 @@
{...}: { {lib, ...}: {
imports = [ imports = [
../../home/common.nix ../../home/common.nix
../../home/helide ../../home/helide
@ -6,7 +6,7 @@
home = { home = {
username = "tyler"; username = "tyler";
homeDirectory = "/home/tyler"; homeDirectory = lib.mkForce "/home/tyler";
packages = [ packages = [
]; ];