1
0
Fork 0

update fedipanel import references

This commit is contained in:
kiara Grouwstra 2025-02-25 17:11:50 +01:00
parent d5264a52a1
commit 1d4004ccf4
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -4,11 +4,11 @@
}: }:
let let
name = "panel"; name = "panel";
panel = (import ../../panel/default.nix { }).package; panel = (import ../../../panel/default.nix { }).package;
in in
{ {
imports = [ imports = [
../../panel/nix/configuration.nix ../../../panel/nix/configuration.nix
]; ];
environment.systemPackages = [ environment.systemPackages = [