Add syncthing
This commit is contained in:
6
home.nix
6
home.nix
@@ -32,6 +32,7 @@
|
|||||||
# Note: Game packages like Steam and Prism should be installed through flatpak, or at system level.
|
# Note: Game packages like Steam and Prism should be installed through flatpak, or at system level.
|
||||||
|
|
||||||
# CLI Apps
|
# CLI Apps
|
||||||
|
syncthing
|
||||||
torsocks
|
torsocks
|
||||||
neofetch
|
neofetch
|
||||||
unzip
|
unzip
|
||||||
@@ -155,6 +156,11 @@
|
|||||||
# ----------------------- PROGRAM CONFIGURATION -------------------------
|
# ----------------------- PROGRAM CONFIGURATION -------------------------
|
||||||
# =======================================================================
|
# =======================================================================
|
||||||
|
|
||||||
|
# Autostart Syncthing on boot
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
# Default browser
|
# Default browser
|
||||||
|
|||||||
Reference in New Issue
Block a user