fix(hm): importing modules from deprecated paths
All checks were successful
/ check-fmt (push) Successful in 4s
/ build-package (audiomenu) (push) Successful in 0s
/ build-package (docs) (push) Successful in 0s
/ build-package (docs-home-markdown) (push) Successful in 1s
/ build-package (docs-nixos-markdown) (push) Successful in 1s
/ build-package (docs-nvim-markdown) (push) Successful in 0s
/ build-package (jpassmenu) (push) Successful in 1s
/ build-package (nvim) (push) Successful in 1s
/ build-package (nvim-headless) (push) Successful in 1s
/ build-package (nvim-no-lsps) (push) Successful in 1s
/ build-package (nvim-no-ts) (push) Successful in 1s
/ build-package (nvim-small) (push) Successful in 1s
/ build-package (search) (push) Successful in 0s
/ check-nvim (nvim) (push) Successful in 6s
/ check-nvim (nvim-headless) (push) Successful in 2s
/ check-nvim (nvim-no-lsps) (push) Successful in 4s
/ check-nvim (nvim-no-ts) (push) Successful in 6s
/ check-nvim (nvim-small) (push) Successful in 5s
/ build-vm (push) Successful in 1s
/ report-size (push) Successful in 4s
All checks were successful
/ check-fmt (push) Successful in 4s
/ build-package (audiomenu) (push) Successful in 0s
/ build-package (docs) (push) Successful in 0s
/ build-package (docs-home-markdown) (push) Successful in 1s
/ build-package (docs-nixos-markdown) (push) Successful in 1s
/ build-package (docs-nvim-markdown) (push) Successful in 0s
/ build-package (jpassmenu) (push) Successful in 1s
/ build-package (nvim) (push) Successful in 1s
/ build-package (nvim-headless) (push) Successful in 1s
/ build-package (nvim-no-lsps) (push) Successful in 1s
/ build-package (nvim-no-ts) (push) Successful in 1s
/ build-package (nvim-small) (push) Successful in 1s
/ build-package (search) (push) Successful in 0s
/ check-nvim (nvim) (push) Successful in 6s
/ check-nvim (nvim-headless) (push) Successful in 2s
/ check-nvim (nvim-no-lsps) (push) Successful in 4s
/ check-nvim (nvim-no-ts) (push) Successful in 6s
/ check-nvim (nvim-small) (push) Successful in 5s
/ build-vm (push) Successful in 1s
/ report-size (push) Successful in 4s
This commit is contained in:
parent
22efbecba6
commit
b69d163ec3
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