fix(hm): importing modules from deprecated paths #509

Merged
jalil merged 1 commit from push-trkpkpmusslt into main 2025-05-27 14:00:01 +02:00
Showing only changes of commit b69d163ec3 - Show all commits

View file

@ -6,7 +6,7 @@
flake.homeModules =
let
defaultModules = [
inputs.nixvim.homeManagerModules.nixvim
inputs.nixvim.homeModules.nixvim
self.nixvimModules.homeManager
../modules/hm
];
@ -15,7 +15,7 @@
};
standalone = {
imports = defaultModules ++ [
inputs.stylix.homeManagerModules.stylix
inputs.stylix.homeModules.stylix
(
{ lib, config, ... }:
lib.mkIf config.jhome.gui.enable {