Add syncthing base, git submodules

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-07 21:05:50 +03:00
parent 56bf342a5b
commit 756a112b80
9 changed files with 96 additions and 69 deletions

View File

@@ -309,7 +309,7 @@ in
packages = mkOption {
type = listOf package;
default = with pkgs; [
gnome.adwaita-icon-theme
adwaita-icon-theme
nixos-icons
];
description = "The icon theme packages.";
@@ -325,7 +325,7 @@ in
packages = mkOption {
type = listOf package;
default = with pkgs; [ gnome.adwaita-icon-theme ];
default = with pkgs; [ adwaita-icon-theme ];
description = "The cursor theme packages.";
};