Fixed darwin config issue; switched from nextcloud to seafile
This commit is contained in:
parent
69d199a0b0
commit
b988e85c6b
@ -18,10 +18,10 @@
|
|||||||
casks = [
|
casks = [
|
||||||
"google-chrome"
|
"google-chrome"
|
||||||
"scroll-reverser"
|
"scroll-reverser"
|
||||||
|
"seafile-client"
|
||||||
"instantview"
|
"instantview"
|
||||||
"bitwarden"
|
"bitwarden"
|
||||||
"tailscale"
|
"tailscale"
|
||||||
"nextcloud"
|
|
||||||
"discord"
|
"discord"
|
||||||
"nordvpn"
|
"nordvpn"
|
||||||
"docker"
|
"docker"
|
||||||
|
@ -16,7 +16,7 @@ This installs the org package and creates a setup function to enable/disable cer
|
|||||||
(use-package org
|
(use-package org
|
||||||
:hook (org-mode . jm/org-mode-setup)
|
:hook (org-mode . jm/org-mode-setup)
|
||||||
:config
|
:config
|
||||||
(setq jm/inbox-file "~/Nextcloud/org/inbox.org"
|
(setq jm/inbox-file "~/Seafile/org/inbox.org"
|
||||||
org-ellipsis " ▾"
|
org-ellipsis " ▾"
|
||||||
org-hide-emphasis-markers t
|
org-hide-emphasis-markers t
|
||||||
org-src-preserve-indentation t
|
org-src-preserve-indentation t
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
system = "aarch64-darwin";
|
system = "aarch64-darwin";
|
||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
modules = [
|
modules = [
|
||||||
./config/darwin-configuration.nix
|
./config/darwin.nix
|
||||||
home-manager.darwinModules.home-manager {
|
home-manager.darwinModules.home-manager {
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
ripgrep
|
ripgrep
|
||||||
fastfetch
|
fastfetch
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
cli-visualizer
|
|
||||||
openvpn
|
openvpn
|
||||||
|
|
||||||
# Dev tools
|
# Dev tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user