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 = [
../../home/common.nix
../../home/helide
@ -6,7 +6,7 @@
home = {
username = "tyler";
homeDirectory = "/home/tyler";
homeDirectory = lib.mkForce "/home/tyler";
packages = [
];