refactor2

This commit is contained in:
Lilith 2025-03-12 16:09:36 +01:00
parent 8b771361d0
commit b9e206af24
Signed by: lilith
GPG key ID: 8712A0F317C37175
5 changed files with 10 additions and 29 deletions

View file

@ -1,9 +1,9 @@
{stylix, pkgs, config, lib, ...}: {
imports = [ stylix.nixosModules.stylix ];
options.stylix.enable = lib.mkEnableOption "Enable Stylix";
options.auto_styling.enable = lib.mkEnableOption "Enable Stylix";
config = lib.mkIf config.stylix.enable {
config = lib.mkIf config.auto_styling.enable {
stylix = {
enable = true;