fixed syntax errors in petalburg

This commit is contained in:
Aly Raffauf 2024-03-01 21:48:08 -05:00
parent 69ae2f3e97
commit 77600c6b4e

View file

@ -70,8 +70,10 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.aly = import ./users/aly.nix;
home-manager.users.aly = import ./home/aly;
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
}
];
};
};