Remove unused argument

This commit is contained in:
Oliver Davies 2025-07-09 08:00:00 +01:00
parent b66a493ed9
commit 34cb9db3d4

View file

@ -1,4 +1,4 @@
{ config, options, ... }:
{ config, ... }:
{
imports = [ ../common ];