mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -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 = [
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user