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
|
@ -35,11 +35,6 @@
|
||||||
source = ./config/doom;
|
source = ./config/doom;
|
||||||
target = "${config.xdg.configHome}/doom";
|
target = "${config.xdg.configHome}/doom";
|
||||||
};
|
};
|
||||||
|
|
||||||
stretchly_config = {
|
|
||||||
source = ./config/stretchly.json;
|
|
||||||
target = "${config.xdg.configHome}/Stretchly/config.json";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
{ pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
home.packages = with pkgs; [ stretchly ];
|
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