8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
import "nixLap/kde.rhai" as kde;
|
|
|
|
export let base_config = #{
|
|
kde_rc: kde::rc,
|
|
kde_config: kde::config,
|
|
kde_locals: kde::locals
|
|
};
|