diff options
Diffstat (limited to '')
| -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 = { |
