Compare commits

...

2 Commits

Author SHA1 Message Date
unexplrd 7f7bddd9f5 1778663573 2026-05-13 12:12:53 +03:00
unexplrd 53f8094128 disable syncthing 2026-05-13 12:02:32 +03:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
in { in {
enable = true; enable = true;
createDirectories = true; createDirectories = true;
setSessionVariables = false; setSessionVariables = true;
templates = homeDir "temps"; templates = homeDir "temps";
publicShare = homeDir "pub"; publicShare = homeDir "pub";
+1 -1
View File
@@ -17,7 +17,7 @@ in {
fish fish
helix helix
oh-my-posh oh-my-posh
syncthing # syncthing
wezterm wezterm
wl-kbptr wl-kbptr
yazi yazi
+1 -1
View File
@@ -1,7 +1,7 @@
{inputs, ...}: { {inputs, ...}: {
imports = [inputs.vicinae.homeManagerModules.default]; imports = [inputs.vicinae.homeManagerModules.default];
syncthing.enable = true; # syncthing.enable = true;
services.easyeffects.enable = true; services.easyeffects.enable = true;