1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00

sxhkd: add dummy package in tests

This commit is contained in:
Robert Helgesson 2020-04-06 12:55:58 +02:00
parent a128e35927
commit 1cfc0a3203
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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