summaryrefslogtreecommitdiffstats
path: root/darwin-common.nix
diff options
context:
space:
mode:
authorSkullheadx <andrew.montgomery@warpengine.ai>2026-06-29 14:38:08 -0400
committerSkullheadx <andrew.montgomery@warpengine.ai>2026-06-29 14:38:08 -0400
commita00086f63df186181c254a164c77b974cc7a5c7c (patch)
treef7d6ac98ab49166250a1635059ae032b3719a5be /darwin-common.nix
parentremove work legacy, move more pkgs to common for darwin (diff)
downloadnixos-a00086f63df186181c254a164c77b974cc7a5c7c.tar.gz
nixos-a00086f63df186181c254a164c77b974cc7a5c7c.tar.bz2
nixos-a00086f63df186181c254a164c77b974cc7a5c7c.zip
DRY for username
Diffstat (limited to '')
-rw-r--r--darwin-common.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/darwin-common.nix b/darwin-common.nix
index c03c055..82b4c85 100644
--- a/darwin-common.nix
+++ b/darwin-common.nix
@@ -2,6 +2,7 @@
config,
pkgs,
inputs,
+ username,
...
}: {
imports = [
@@ -17,7 +18,6 @@
lazygit
fastfetch
git
- senpai
wget
curl
direnv
@@ -70,10 +70,10 @@
_FXSortFoldersFirst = true;
};
- # screencapture = {
- # location = "/Users/andrew/Documents/Screenshots";
- # type = "jpg";
- # };
+ screencapture = {
+ location = "/Users/${username}/Documents/Screenshots";
+ type = "jpg";
+ };
};
keyboard = {