Enable syncthing on all graphical devices

This commit is contained in:
Agatha Lovelace 2023-10-22 13:14:41 +02:00
parent 5fc359128c
commit 61c970c0bf
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
3 changed files with 4 additions and 1 deletions

View File

@ -12,6 +12,7 @@
./polybar.nix
./rofi.nix
./spotify.nix
./syncthing.nix
./theme.nix
./url-eater.nix
];
@ -35,6 +36,7 @@
bspm
clipmenu
colmena
darktable
element-desktop
ffmpeg
flameshot

View File

@ -66,6 +66,8 @@
environment.graphical.theme.name = "dark";
services.syncthing.dataDir = "/home/agatha/syncthing";
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave

View File

@ -2,7 +2,6 @@
imports = [
./hardware-configuration.nix
../../common/fragments/graphical
../../common/fragments/graphical/syncthing.nix
../../common/fragments/yubikey.nix
../../common/home_manager/common.nix
];