From 1e8ce6189d196b8d75f9c15bec198ef4fa7a339b Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 23 Aug 2026 11:41:50 -0400 Subject: temp --- users/ryan/common.nix | 2 ++ users/ryan/darwin.nix | 2 ++ users/ryan/zen/zenPolicies.nix | 1 + 3 files changed, 5 insertions(+) (limited to 'users/ryan') diff --git a/users/ryan/common.nix b/users/ryan/common.nix index 2e7505f..4f692a2 100644 --- a/users/ryan/common.nix +++ b/users/ryan/common.nix @@ -139,6 +139,7 @@ shellAliases = { cat = "bat --paging=never"; diff = "delta"; + brew = "env -u XDG_CONFIG_HOME brew"; # Merged from guix-dotfiles' bash aliases (home-bash-service-type) - # bash is being retired there in favor of this zsh config. `ls`/`spt`/ # `python` are Linux-only (BSD ls on darwin doesn't take --color/-p, @@ -164,6 +165,7 @@ kubectl talhelper talosctl + prismlauncher ]; xdg.configFile."aerc" = { diff --git a/users/ryan/darwin.nix b/users/ryan/darwin.nix index 72467ee..9dd6576 100644 --- a/users/ryan/darwin.nix +++ b/users/ryan/darwin.nix @@ -26,6 +26,8 @@ # Add hammerspoon home.file.".hammerspoon".source = ./hammerspoon; + home.file.".config/homebrew".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/.homebrew"; + home.packages = with pkgs; [ bat pass diff --git a/users/ryan/zen/zenPolicies.nix b/users/ryan/zen/zenPolicies.nix index 1fbb5e1..8d39689 100644 --- a/users/ryan/zen/zenPolicies.nix +++ b/users/ryan/zen/zenPolicies.nix @@ -117,6 +117,7 @@ in "xpinstall.whitelist.required" = lock-true; "dom.webgpu.enabled" = lock-true; "media.eme.enabled" = lock-true; + "ui.preferReducedMotion" = lock-false; "general.autoScroll" = lock-true; "general.smoothScroll" = lock-true; "browser.crashReports.unsubmittedCheck.autoSubmit2" = lock-false; -- cgit v1.3.1