start
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
../common/programs/hyprland
|
||||
../common/programs/eww
|
||||
../common/programs/kitty.nix
|
||||
../common/programs/syncthing.nix
|
||||
../common/features/colorscheme.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -18,7 +18,6 @@ in
|
||||
../common/features/pipewire.nix
|
||||
../common/features/docker.nix
|
||||
../common/features/fonts.nix
|
||||
../common/features/syncthing.nix
|
||||
];
|
||||
|
||||
networking.hostName = "arrakis";
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.syncthing ];
|
||||
}
|
||||
Reference in New Issue
Block a user