Snippet #2960 (by Ekleog, python)

  • #2960
Expires in: 0 minutes View Raw
  1. { config, pkgs, lib, ... }:
  2. {
  3. configFile = lib.mkIf config.isDesktop {
  4.  mako = {
  5.    executable = false;
  6.    target = "${config.xdg.configHome}/mako/config";
  7.    text = ''
  8.      background-color=#0a0e14
  9.      border-color=#53bdfa
  10.      default-timeout=30000
  11.      font=Hack 10
  12.      icon-path="~/.nix-profile/share/icons/hicolor/64x64:~/.nix-profile/share/pixmaps"
  13.      icons=1
  14.      max-visible=-1
  15.      sort=-time
  16.      text-color=#b3b1ad
  17.      width=500
  18.    '';
  19.  };
  20. };
  21. })

Reply to this snippet →

Honeypot, don't fill.
⌘+⏎ or Ctrl+⏎