Update TODO

This commit is contained in:
2022-09-04 11:29:37 -07:00
parent ceded7b8d5
commit 3eacfcb9a7
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{ config, pkgs, lib, ... }:
{
home.stateVersion = "22.05";
# TODO - ask for sanity check
home.homeDirectory = if lib.strings.hasInfix "darwin" pkgs.system
then /Users/${config.home.username} else /home/${config.home.username};