Fix PT git and syncthing, cleanup
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
devFolder = "~/dev/PT";
|
||||
devFolder = "~/dev/PT/";
|
||||
conf = config.pt;
|
||||
in
|
||||
{
|
||||
@@ -55,10 +55,12 @@ in
|
||||
|
||||
home.file.ptDevStIgnore = {
|
||||
enable = true;
|
||||
target = lib.removePrefix "~/" (devFolder + "/.stignore");
|
||||
target = lib.removePrefix "~/" (devFolder + ".stignore");
|
||||
text = ''
|
||||
**/.devenv/
|
||||
**/.direnv/
|
||||
**/.volumes
|
||||
**/*.qcow2
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user