diff options
| author | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 14:38:08 -0400 |
|---|---|---|
| committer | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 14:38:08 -0400 |
| commit | a00086f63df186181c254a164c77b974cc7a5c7c (patch) | |
| tree | f7d6ac98ab49166250a1635059ae032b3719a5be /darwin-common.nix | |
| parent | remove work legacy, move more pkgs to common for darwin (diff) | |
| download | nixos-a00086f63df186181c254a164c77b974cc7a5c7c.tar.gz nixos-a00086f63df186181c254a164c77b974cc7a5c7c.tar.bz2 nixos-a00086f63df186181c254a164c77b974cc7a5c7c.zip | |
DRY for username
Diffstat (limited to 'darwin-common.nix')
| -rw-r--r-- | darwin-common.nix | 10 |
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 = { |
