nixos: add actkbd package to environment in actkbd module

This commit is contained in:
Jan Malakhovski 2015-10-24 10:30:10 +00:00
parent a99a634acf
commit 95a723d516

View File

@ -125,6 +125,9 @@ in
};
};
# For testing
environment.systemPackages = [ pkgs.actkbd ];
};
}