idk
This commit is contained in:
@@ -111,6 +111,11 @@
|
|||||||
url = "github:nix-community/stylix";
|
url = "github:nix-community/stylix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
illogical-flake = {
|
||||||
|
url = "github:soymou/illogical-flake";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# We will handle this in the next section.
|
# We will handle this in the next section.
|
||||||
@@ -141,6 +146,7 @@
|
|||||||
|
|
||||||
modules.home = with inputs; [
|
modules.home = with inputs; [
|
||||||
nix-index-database.homeManagerModules.nix-index
|
nix-index-database.homeManagerModules.nix-index
|
||||||
|
illogical-flake.homeManagerModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
# common darwin modules
|
# common darwin modules
|
||||||
|
|||||||
Reference in New Issue
Block a user