diff --git a/.config/nix/modules/darwin.nix b/.config/nix/modules/darwin.nix index 104b6da..7597c9b 100644 --- a/.config/nix/modules/darwin.nix +++ b/.config/nix/modules/darwin.nix @@ -22,6 +22,7 @@ "betterdisplay" "cleanshot" "contexts" + "cron" "daisydisk" "dropbox" "firefox" @@ -67,6 +68,8 @@ NSGlobalDomain."com.apple.trackpad.scaling" = 3.0; NSGlobalDomain._HIHideMenuBar = false; NSGlobalDomain.AppleICUForce24HourTime = true; + NSGlobalDomain.AppleInterfaceStyle = "Dark"; + NSGlobalDomain.AppleInterfaceStyleSwitchesAutomatically = false; NSGlobalDomain.AppleScrollerPagingBehavior = true; NSGlobalDomain.AppleShowAllExtensions = true; NSGlobalDomain.AppleShowAllFiles = true; diff --git a/.config/nix/modules/home-manager.nix b/.config/nix/modules/home-manager.nix index d757cee..ecafd93 100644 --- a/.config/nix/modules/home-manager.nix +++ b/.config/nix/modules/home-manager.nix @@ -13,7 +13,7 @@ fzf gh git - jaq + jq neovim ripgrep zoxide diff --git a/.config/nix/modules/shell.nix b/.config/nix/modules/shell.nix index ad169db..be244b2 100644 --- a/.config/nix/modules/shell.nix +++ b/.config/nix/modules/shell.nix @@ -82,7 +82,6 @@ g = "git"; hm = "home-manager"; home = "cd ~"; - jq = "jaq"; lsd = "eza -d .*"; p = "pnpm"; v = "nvim";