nix-config/users/sid/home/hyprland/stylix.nix
2026-02-23 20:50:47 +01:00

16 lines
220 B
Nix

{ inputs, ... }:
{
imports = [
inputs.synix.homeModules.stylix
];
stylix = {
enable = true;
scheme = "moonfly";
targets = {
waybar'.enable = true;
bemenu'.enable = true;
};
};
}