ma awesomecfg: add chapter-marker
This commit is contained in:
parent
78a81a0b84
commit
ce41b98723
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user