Files
dotfiles/home/oatmeal/default.nix
2024-07-31 13:11:51 +02:00

8 lines
93 B
Nix

{ ... }:
{
home.file.".config/oatmeal/config.toml" = {
source = ./config.toml;
};
}