use different stylix version to have an enable option
This commit is contained in:
3
home-manager/stylix.nix
Normal file
3
home-manager/stylix.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{ osConfig, pkgs, config, lib, ... }:
|
||||
let cfg = osConfig.custom.graphical.stylix;
|
||||
in { config = lib.mkIf cfg.enable { stylix.enable = true; }; }
|
||||
Reference in New Issue
Block a user