refactor(stylix): use stylix 'autoImport'

This commit is contained in:
2026-05-24 17:02:11 +02:00
parent 258ff2126c
commit 7c92f57039
3 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
{
config,
lib,
inputs,
pkgs,
...
}:
@@ -11,8 +10,6 @@ let
theme = import ../../../modules/stylix/theme.nix { inherit pkgs; };
in
{
imports = [ inputs.stylix.homeModules.stylix ];
options.my.stylix.enable = lib.mkEnableOption "stylix";
config = lib.mkIf cfg.enable {