about summary refs log tree commit diff
path: root/home/profiles/gui/config/mako.nix
blob: 041ee36dca9cbb7f171a6208046fd9c1ce419bfe (plain)
1
2
3
4
5
6
7
8
9
10
{ config, neotheme }:

with neotheme.colors;

let
  guiCfg = config.profiles.gui;
in
{

}