dotfiles/nixLap/base.rhai
2025-05-31 21:26:16 +02:00

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
};