Files
dotfiles/nix/home/oatmeal/default.nix
Stefan Imhoff 6dd6294def feat(nix): migrate oatmeal
Using it as homebrew tap instead of Nix
(https://github.com/dustinblackman/oatmeal?tab=readme-ov-file#nix),
because I'm unable to install the NUR repository successfully 🙄
2024-07-12 20:12:45 +02:00

8 lines
93 B
Nix

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