8 lines
143 B
Nix
8 lines
143 B
Nix
|
{
|
||
|
# TODO programatically get default name
|
||
|
home.file.".zen/audtxq7n.default/chrome" = {
|
||
|
source = ./chrome;
|
||
|
recursive = true;
|
||
|
};
|
||
|
}
|