Compilation fix.

This commit is contained in:
jay
2025-07-02 10:47:16 -04:00
parent 9aa54c49b9
commit b0f8c76c85

View File

@@ -1,4 +1,5 @@
{ config, pkgs, inputs, lib, ... }: { config, pkgs, inputs, lib, ... }:
{
imports = [ imports = [
./programs/hyprpanel.nix ./programs/hyprpanel.nix
]; ];