{pkgs, ...}: { stylix = { # Stylix is already enabled since the system is configured to use it # enable = true; # don't theme applications by default autoEnable = false; cursor = { package = pkgs.apple-cursor; name = "macOS"; size = 32; }; # TODO # fonts = {}; iconTheme = { enable = true; package = pkgs.tela-icon-theme; }; image = ./../../wallpapers/magicpattern-87PP9Zd7MNo-unsplash.jpg; fonts = { serif = { package = pkgs.dejavu_fonts; name = "DejaVu Serif"; }; sansSerif = { package = pkgs.dejavu_fonts; name = "DejaVu Sans"; }; monospace = { package = pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; }; name = "FiraCode Nerd Font Mono"; }; emoji = { package = pkgs.noto-fonts-emoji; name = "Noto Color Emoji"; }; sizes = { applications = 15; desktop = 12; popups = 12; terminal = 15; }; }; opacity = { applications = 1.0; desktop = 1.0; popups = 0.9; terminal = 0.8; }; }; stylix.targets = { vscode.enable = true; hyprpaper.enable = true; hyprlock.enable = true; waybar.enable = true; wofi.enable = true; kitty.enable = true; }; }