8 lines
143 B
Nix
Raw Normal View History

{
# TODO programatically get default name
home.file.".zen/audtxq7n.default/chrome" = {
source = ./chrome;
recursive = true;
};
}