This commit is contained in:
2025-11-15 23:23:45 +08:00
parent 389e780660
commit e7da80bb0c
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
# TODO: Set your username
home = {
username = lib.mkDefault "your-username";
username = lib.mkDefault "df";
homeDirectory = lib.mkDefault (
if pkgs.stdenv.isDarwin
then "/Users/${config.home.username}"