Fix some stuff the refactoring broke

This commit is contained in:
Lauren Lagarde 2025-07-20 16:11:52 -05:00
parent 0ec36c1c7e
commit 1c3dcc5a01
5 changed files with 17 additions and 15 deletions

View file

@ -1,6 +0,0 @@
{ ... }: {
home-manager.users."lauren_lagarde" = {
nixpkgs.config.allowUnfree = true;
imports = self.homeManagerModules."lauren_lagarde";
};
}