nix/wm/wluma.nix

6 lines
87 B
Nix
Raw Permalink Normal View History

2024-07-30 15:06:20 +02:00
{
home.file.".config/wluma/config.toml" = {
source = ./wluma-config.toml;
};
}