Add empty argument set to modules without arguments

This commit is contained in:
SebastianStork 2025-04-26 00:02:36 +02:00
parent 0847d834d0
commit 080feb5153
3 changed files with 6 additions and 1 deletions

View file

@ -1 +1,4 @@
{ imports = [ ../user.nix ]; }
{ ... }:
{
imports = [ ../user.nix ];
}