mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
homeDirectory
This commit is contained in:
parent
007d360b17
commit
3bd622a151
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = [
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue