use hm module for matugen

This commit is contained in:
2024-04-30 00:01:38 +02:00
parent 1328a8b94c
commit f8cf5b8ec8
17 changed files with 385 additions and 394 deletions

View File

@@ -6,7 +6,7 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
matugen.url = "github:Theaninova/matugen/custom-color-support";
matugen.url = "github:Theaninova/matugen/add-home-manager-module";
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
@@ -77,6 +77,7 @@
};
users.${username} = {
imports = [
matugen.homeManagerModules.default
./modules/home-manager
./hosts/${hostname}/home.nix
];