sxhkd: add dummy package in tests
This commit is contained in:
parent
a128e35927
commit
1cfc0a3203
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
config = {
|
||||
services.sxhkd = {
|
||||
enable = true;
|
||||
|
@ -19,6 +19,9 @@
|
|||
'';
|
||||
};
|
||||
|
||||
nixpkgs.overlays =
|
||||
[ (self: super: { sxhkd = pkgs.writeScriptBin "dummy-sxhkd" ""; }) ];
|
||||
|
||||
nmt.script = ''
|
||||
local sxhkdrc=home-files/.config/sxhkd/sxhkdrc
|
||||
|
||||
|
|
Loading…
Reference in a new issue