diff --git a/configuration.nix b/configuration.nix index 68ad0a8..c4e2e96 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,11 +51,10 @@ }; brews = [ "borgbackup/tap/borgbackup-fuse" "firefoxpwa" "r" ]; casks = [ + "alex313031-thorium" "alt-tab" "anki" - "anythingllm" "element" - "eloston-chromium" "firefox" "freetube" "inkscape" @@ -65,7 +64,6 @@ "nextcloud" "obs" "openrct2" - "porting-kit" "qownnotes" "rancher" "rstudio" @@ -76,7 +74,6 @@ "veracrypt" "vlc" "vorta" - "ybeapps/sourcegit/sourcegit" "zed" "zotero" ]; diff --git a/home.nix b/home.nix index d834c5f..321b2a3 100644 --- a/home.nix +++ b/home.nix @@ -285,5 +285,4 @@ sshKeys = [ "CC3F27D613DCC2248B56A881FDDACEF6EA090E37" ]; verbose = true; }; - services.syncthing.enable = true; }