6 lines
165 B
Nix
6 lines
165 B
Nix
{ config, pkgs, ... }: {
|
|
home.packages = with pkgs; [ stretchly ];
|
|
|
|
xdg.configFile."Stretchly/config.json".source =
|
|
./../infinidoge/config/stretchly.json;
|
|
}
|