fix(hm): importing modules from deprecated paths
Some checks failed
/ check (push) Successful in 9s
/ build-packages (push) Has started running
/ build-vm (push) Has been cancelled
/ report-size (push) Has been cancelled

This commit is contained in:
Jalil David Salamé Messina 2025-05-27 13:26:20 +02:00
parent 56121dbd86
commit e81d6a2513
Signed by: jalil
GPG key ID: F016B9E770737A0B

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 {