Files
nixos-configuration/hosts/desktop/home-manager/zen/default.nix

8 lines
128 B
Nix

{
# TODO merge with shared
home.file.".zen/audtxq7n.default/chrome" = {
source = ./chrome;
recursive = true;
};
}