fix(hm): importing modules from deprecated paths #509
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
flake.homeModules =
|
flake.homeModules =
|
||||||
let
|
let
|
||||||
defaultModules = [
|
defaultModules = [
|
||||||
inputs.nixvim.homeManagerModules.nixvim
|
inputs.nixvim.homeModules.nixvim
|
||||||
self.nixvimModules.homeManager
|
self.nixvimModules.homeManager
|
||||||
../modules/hm
|
../modules/hm
|
||||||
];
|
];
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
};
|
};
|
||||||
standalone = {
|
standalone = {
|
||||||
imports = defaultModules ++ [
|
imports = defaultModules ++ [
|
||||||
inputs.stylix.homeManagerModules.stylix
|
inputs.stylix.homeModules.stylix
|
||||||
(
|
(
|
||||||
{ lib, config, ... }:
|
{ lib, config, ... }:
|
||||||
lib.mkIf config.jhome.gui.enable {
|
lib.mkIf config.jhome.gui.enable {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue