fix: resolve incorrect imports

This commit is contained in:
2026-03-12 09:31:57 +01:00
parent af8555cbe1
commit 804305abf9
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
}:
let
theme = import ../../modules/stylix/theme.nix { inherit pkgs; };
theme = import ../../../modules/stylix/theme.nix { inherit pkgs; };
in
{
imports = [ inputs.stylix.homeModules.stylix ];