diff --git a/config/darwin.nix b/config/darwin.nix index 69bfdb7..f1c2916 100644 --- a/config/darwin.nix +++ b/config/darwin.nix @@ -18,10 +18,10 @@ casks = [ "google-chrome" "scroll-reverser" + "seafile-client" "instantview" "bitwarden" "tailscale" - "nextcloud" "discord" "nordvpn" "docker" diff --git a/dotfiles/.emacs.d/org.org b/dotfiles/.emacs.d/org.org index a063e15..46082d5 100644 --- a/dotfiles/.emacs.d/org.org +++ b/dotfiles/.emacs.d/org.org @@ -16,7 +16,7 @@ This installs the org package and creates a setup function to enable/disable cer (use-package org :hook (org-mode . jm/org-mode-setup) :config - (setq jm/inbox-file "~/Nextcloud/org/inbox.org" + (setq jm/inbox-file "~/Seafile/org/inbox.org" org-ellipsis " ▾" org-hide-emphasis-markers t org-src-preserve-indentation t diff --git a/flake.nix b/flake.nix index cd40253..b006085 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ system = "aarch64-darwin"; specialArgs = { inherit inputs; }; modules = [ - ./config/darwin-configuration.nix + ./config/darwin.nix home-manager.darwinModules.home-manager { home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; diff --git a/home-manager/common.nix b/home-manager/common.nix index 965a898..3d7d522 100644 --- a/home-manager/common.nix +++ b/home-manager/common.nix @@ -21,7 +21,6 @@ ripgrep fastfetch bitwarden-cli - cli-visualizer openvpn # Dev tools