I think I've finally done it

This commit is contained in:
lulusilly 2025-09-01 00:36:20 -04:00
parent 68d7df796e
commit 7592ebf85e

View file

@ -7,10 +7,10 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs";
stylix.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { self, nixpkgs, ... }@inputs: {
outputs = { self, nixpkgs, home-manager, ... }@inputs: {
homeConfigurations = {
mecca = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
pkgs = import nixpkgs { system = "x86_64-linux"; };
modules = [
./hosts/common.nix
./hosts/mecca/home.nix