Added a missing import

This commit is contained in:
Alexandre1a 2026-01-15 15:59:08 +01:00
parent d77014aa2c
commit 2575bf1a88
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10

View File

@ -1,4 +1,4 @@
{ pkg, inputs, config, ... }:
{ pkgs, inputs, config, ... }:
{
imports = [
./modules.nix