Enable syncthing on all graphical devices
This commit is contained in:
parent
5fc359128c
commit
61c970c0bf
|
@ -12,6 +12,7 @@
|
||||||
./polybar.nix
|
./polybar.nix
|
||||||
./rofi.nix
|
./rofi.nix
|
||||||
./spotify.nix
|
./spotify.nix
|
||||||
|
./syncthing.nix
|
||||||
./theme.nix
|
./theme.nix
|
||||||
./url-eater.nix
|
./url-eater.nix
|
||||||
];
|
];
|
||||||
|
@ -35,6 +36,7 @@
|
||||||
bspm
|
bspm
|
||||||
clipmenu
|
clipmenu
|
||||||
colmena
|
colmena
|
||||||
|
darktable
|
||||||
element-desktop
|
element-desktop
|
||||||
ffmpeg
|
ffmpeg
|
||||||
flameshot
|
flameshot
|
||||||
|
|
|
@ -66,6 +66,8 @@
|
||||||
|
|
||||||
environment.graphical.theme.name = "dark";
|
environment.graphical.theme.name = "dark";
|
||||||
|
|
||||||
|
services.syncthing.dataDir = "/home/agatha/syncthing";
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../common/fragments/graphical
|
../../common/fragments/graphical
|
||||||
../../common/fragments/graphical/syncthing.nix
|
|
||||||
../../common/fragments/yubikey.nix
|
../../common/fragments/yubikey.nix
|
||||||
../../common/home_manager/common.nix
|
../../common/home_manager/common.nix
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue