move overrides to overlay.nix
This commit is contained in:
@@ -34,7 +34,7 @@ in {
|
||||
let nerdfonts = pkgs.nerdfonts.override { fonts = [ "Hack" "Noto" ]; };
|
||||
in mkIf cfg.enable {
|
||||
stylix = {
|
||||
autoEnable = true;
|
||||
autoEnable = mkForce true;
|
||||
polarity = "dark";
|
||||
image = cfg.image;
|
||||
override = cfg.override;
|
||||
|
||||
Reference in New Issue
Block a user