move stretchly config from user to profile
This commit is contained in:
parent
65899f0f9c
commit
04673e9175
2 changed files with 8 additions and 7 deletions
|
@ -1,3 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [ stretchly ];
|
||||
{ config, pkgs, ... }: {
|
||||
home = {
|
||||
packages = with pkgs; [ stretchly ];
|
||||
file.stretchly_config = {
|
||||
source = ./../infinidoge/config/stretchly.json;
|
||||
target = "${config.xdg.configHome}/Stretchly/config.json";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue