forked from fediversity/fediversity
reinstate import statement for panel module
This commit is contained in:
parent
e627815399
commit
4c35594a6d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ in
|
|||
_class = "nixos";
|
||||
|
||||
imports = [
|
||||
(../../../panel { }).module
|
||||
(import ../../../panel { }).module
|
||||
"${sources.home-manager}/nixos"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue