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