ma awesomecfg: add chapter-marker

This commit is contained in:
makefu 2020-09-16 22:25:40 +02:00
parent 78a81a0b84
commit ce41b98723
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -6,15 +6,17 @@
, blueman
, clipit
, flameshot
, chapter-marker
, modkey ? "Mod4"
, locker? "${pkgs.xlock}/bin/xlock -mode blank"
, ... }:
{
# replace: @alsaUtils@ @xlockmore@ @xbacklight@ @modkey@
# replace: @alsaUtils@ @xlockmore@ @xbacklight@ @modkey@ @chapter-marker@
full = lib.makeOverridable pkgs.substituteAll {
name = "awesome_full_config";
inherit alsaUtils locker xbacklight modkey networkmanagerapplet blueman clipit flameshot ;
chaptermarker = chapter-marker;
isExecutable = false;
src = ./full.cfg;
};