feat(stretchly): add stretchly config
This commit is contained in:
parent
59a28dfc4b
commit
59fa937841
2 changed files with 429 additions and 0 deletions
|
@ -30,6 +30,11 @@
|
|||
source = ./config/doom;
|
||||
target = "${config.xdg.configHome}/doom";
|
||||
};
|
||||
|
||||
stretchly_config = {
|
||||
source = ./config/stretchly.json;
|
||||
target = "${config.xdg.configHome}/Stretchly/config.json";
|
||||
};
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue