flake: completely remove stretchly

This commit is contained in:
Infinidoge 2023-09-13 16:59:28 -04:00
parent 674dcda2e2
commit a7b42d45f7
4 changed files with 1 additions and 11 deletions

View file

@ -1,6 +0,0 @@
{ config, pkgs, ... }: {
home.packages = with pkgs; [ stretchly ];
xdg.configFile."Stretchly/config.json".source =
./../infinidoge/config/stretchly.json;
}