This commit is contained in:
Miguel Palhas
2024-10-06 11:58:05 +01:00
parent f7f284d8b8
commit 50e1242992
4 changed files with 7 additions and 5 deletions
+1
View File
@@ -17,6 +17,7 @@
../common/programs/hyprland
../common/programs/eww
../common/programs/kitty.nix
../common/programs/syncthing.nix
../common/features/colorscheme.nix
];
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
services.syncthing = {
enable = true;
};
}
-1
View File
@@ -18,7 +18,6 @@ in
../common/features/pipewire.nix
../common/features/docker.nix
../common/features/fonts.nix
../common/features/syncthing.nix
];
networking.hostName = "arrakis";
-4
View File
@@ -1,4 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.syncthing ];
}