🚨 statix fix

This commit is contained in:
2023-10-13 21:27:42 -04:00
parent 52b24a13eb
commit 115f8f5bfa
2 changed files with 16 additions and 14 deletions

View File

@@ -4,8 +4,10 @@
# Home Manager needs a bit of information about you and the
# paths it should manage.
home.username = "walkah";
home.homeDirectory = if pkgs.stdenv.isDarwin then "/Users/walkah" else "/home/walkah";
home = {
username = "walkah";
homeDirectory = if pkgs.stdenv.isDarwin then "/Users/walkah" else "/home/walkah";
};
imports = [
./modules