Skip to content

Instantly share code, notes, and snippets.

@lovesegfault
Created August 19, 2019 07:44
Show Gist options
  • Save lovesegfault/8582969cca377d746abc1b0cc55b86af to your computer and use it in GitHub Desktop.
Save lovesegfault/8582969cca377d746abc1b0cc55b86af to your computer and use it in GitHub Desktop.
{ config, pkgs, ... }:
{
configFile.mako = {
executable = false;
target = "${config.xdg.configHome}/mako/config";
text = ''
background-color=#0a0e14
border-color=#53bdfa
default-timeout=30000
font=Hack 10
icon-path="~/.nix-profile/share/icons/hicolor/64x64:~/.nix-profile/share/pixmaps"
icons=1
max-visible=-1
sort=-time
text-color=#b3b1ad
width=500
'';
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment