switch back to explicit sync?

This commit is contained in:
2025-01-13 11:02:57 +01:00
parent 076c892b4f
commit bbfec6ea9a
7 changed files with 54 additions and 59 deletions

View File

@@ -10,11 +10,11 @@ with lib.hm.gvariant;
}
{
id = "tilingshell@ferrarodomenico.com";
package = pkgs.gnome.gnome-shell-extensions;
package = pkgs.gnome-shell-extensions;
}
{
id = "search-light@icedman.github.com";
package = pkgs.gnome.gnome-shell-extensions;
package = pkgs.gnome-shell-extensions;
}
{
package = pkgs.gnomeExtensions.window-gestures;

View File

@@ -1,6 +1,7 @@
{pkgs, ...}:
{
home.packages = [
pkgs.rquickshare
pkgs.owncloud-client
];
}