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