refactor(profiles/stretchly): use xdg.configFile
This commit is contained in:
parent
a92ade3b2d
commit
6642d88396
1 changed files with 4 additions and 7 deletions
|
@ -1,9 +1,6 @@
|
|||
{ config, pkgs, ... }: {
|
||||
home = {
|
||||
packages = with pkgs; [ stretchly ];
|
||||
file.stretchly_config = {
|
||||
source = ./../infinidoge/config/stretchly.json;
|
||||
target = "${config.xdg.configHome}/Stretchly/config.json";
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [ stretchly ];
|
||||
|
||||
xdg.configFile."Stretchly/config.json".source =
|
||||
./../infinidoge/config/stretchly.json;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue