This commit is contained in:
2026-01-19 15:58:58 +03:00
parent 299f8592c2
commit 639fa24677
3 changed files with 2 additions and 34 deletions
-32
View File
@@ -1,32 +0,0 @@
{
config,
pkgs,
xlib,
inputs,
...
}:
# let
# grampsPath = "${xlib.dirs.wsl-storage}/gramps";
# in
{
# xdg = {
# configFile = {
# "grampsConfig" = {
# source = config.lib.file.mkOutOfStoreSymlink grampsPath;
# target = "gramps";
# };
# };
# dataFile = {
# "grampsData" = {
# source = config.lib.file.mkOutOfStoreSymlink grampsPath;
# target = "gramps";
# };
# };
# };
services.syncthing = {
enable = true;
tray.enable = true;
};
home.packages = [
];
}