I think I've finally done it
This commit is contained in:
parent
68d7df796e
commit
7592ebf85e
1 changed files with 2 additions and 2 deletions
|
|
@ -7,10 +7,10 @@
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, ... }@inputs: {
|
outputs = { self, nixpkgs, home-manager, ... }@inputs: {
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
mecca = home-manager.lib.homeManagerConfiguration {
|
mecca = home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/common.nix
|
./hosts/common.nix
|
||||||
./hosts/mecca/home.nix
|
./hosts/mecca/home.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue