summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-08-23 11:41:50 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-08-23 11:59:00 -0400
commit1e8ce6189d196b8d75f9c15bec198ef4fa7a339b (patch)
treeac04eb07e1e5e3b9a07e2917285b3d27b85c4e9a /users
parent22e588d2f7dc164806f01511b46a52d6e6852505 (diff)
temp
Diffstat (limited to 'users')
-rw-r--r--users/ryan/common.nix2
-rw-r--r--users/ryan/darwin.nix2
-rw-r--r--users/ryan/zen/zenPolicies.nix1
3 files changed, 5 insertions, 0 deletions
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 @@
139 shellAliases = { 139 shellAliases = {
140 cat = "bat --paging=never"; 140 cat = "bat --paging=never";
141 diff = "delta"; 141 diff = "delta";
142 brew = "env -u XDG_CONFIG_HOME brew";
142 # Merged from guix-dotfiles' bash aliases (home-bash-service-type) - 143 # Merged from guix-dotfiles' bash aliases (home-bash-service-type) -
143 # bash is being retired there in favor of this zsh config. `ls`/`spt`/ 144 # bash is being retired there in favor of this zsh config. `ls`/`spt`/
144 # `python` are Linux-only (BSD ls on darwin doesn't take --color/-p, 145 # `python` are Linux-only (BSD ls on darwin doesn't take --color/-p,
@@ -164,6 +165,7 @@
164 kubectl 165 kubectl
165 talhelper 166 talhelper
166 talosctl 167 talosctl
168 prismlauncher
167 ]; 169 ];
168 170
169 xdg.configFile."aerc" = { 171 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 @@
26 # Add hammerspoon 26 # Add hammerspoon
27 home.file.".hammerspoon".source = ./hammerspoon; 27 home.file.".hammerspoon".source = ./hammerspoon;
28 28
29 home.file.".config/homebrew".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/.homebrew";
30
29 home.packages = with pkgs; [ 31 home.packages = with pkgs; [
30 bat 32 bat
31 pass 33 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
117 "xpinstall.whitelist.required" = lock-true; 117 "xpinstall.whitelist.required" = lock-true;
118 "dom.webgpu.enabled" = lock-true; 118 "dom.webgpu.enabled" = lock-true;
119 "media.eme.enabled" = lock-true; 119 "media.eme.enabled" = lock-true;
120 "ui.preferReducedMotion" = lock-false;
120 "general.autoScroll" = lock-true; 121 "general.autoScroll" = lock-true;
121 "general.smoothScroll" = lock-true; 122 "general.smoothScroll" = lock-true;
122 "browser.crashReports.unsubmittedCheck.autoSubmit2" = lock-false; 123 "browser.crashReports.unsubmittedCheck.autoSubmit2" = lock-false;