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