1
0
Fork 0

Compare commits

..

2 commits

2 changed files with 44 additions and 2 deletions

View file

@ -68,6 +68,7 @@
niri niri
fuzzel fuzzel
mako
waybar waybar
swaybg swaybg
swaylock swaylock
@ -291,5 +292,13 @@
programs.waybar = { programs.waybar = {
enable = true; enable = true;
# settings = {
# mainBar = {
# layer = "top";
# position = "top";
# height = 50;
# };
# };
# style = "\n";
}; };
} }

View file

@ -153,7 +153,40 @@
configDir = "/home/priime/.config/syncthing"; configDir = "/home/priime/.config/syncthing";
overrideDevices = true; overrideDevices = true;
overrideFolders = false; overrideFolders = false;
settings = { }; settings = {
devices = {
"server" = {
id =
"FDJDTBE-IZXSILI-GOCWGYS-NYZIQRH-43U36EB-NBBCTBU-4QYKPRI-2KBHZAC";
};
"xps13" = {
id =
"NQILTIK-3NWMWQN-RS3K7ZD-QCGFSKD-GI6GY6D-7NHSPIW-3XOODQ6-MLWUDQQ";
};
"pixel8" = {
id =
"XSGLHMM-LA2R5BF-B4PRZS3-TPUKMBZ-D42A5B2-UUXJ3BE-TA23YLU-VUBRGQM";
};
};
folders = {
"Books" = {
id = "8hb7r-dn7zj";
path = "/home/priime/docs/books";
devices = [ "server" "xps13" "pixel8" ];
};
"Sync" = {
id = "default";
path = "/home/priime/Sync";
devices = [ "server" "xps13" "pixel8" ];
};
"org" = {
id = "vsiqs-jtzzm";
path = "/home/priime/org";
devices = [ "server" "xps13" "pixel8" ];
};
};
gui = { user = "priime"; };
};
}; };
# Programs # Programs