fix(hm): importing modules from deprecated paths
This commit is contained in:
parent
56121dbd86
commit
e81d6a2513
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue