services.flame.customCSS

NixOS option

Custom CSS injected into Flame’s UI, written to public/flame.css on every service start. Can also be used to define a fully custom theme via CSS custom properties — see Flame’s Custom CSS wiki page.

type: strings concatenated with "\n"
Default
""
Example
''
  .Home_SettingsButton__Qvn8C {
    border-radius: 0 !important;
  }
''
declared in: nixos/modules/services/web-apps/flame.nixView source on NixOS/nixpkgs →