Enable syncthing on all graphical devices
This commit is contained in:
parent
5fc359128c
commit
61c970c0bf
|
@ -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
|
||||
|
|
|
@ -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. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue