Compare commits

...

1 commit

Author SHA1 Message Date
e81d6a2513
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
2025-05-27 13:26:40 +02:00

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 {