Removed recursive flag not needed.

This commit is contained in:
vorboyvo 2025-12-16 12:06:29 -05:00
parent d60b47ba9b
commit 91b69c4263

View file

@ -2,7 +2,7 @@
{ pkgs, ... }: { pkgs, ... }:
rec { {
imports = [ imports = [
../../snippets/common_home.nix ../../snippets/common_home.nix
]; ];