diff options
author | Vincent Ambo <mail@tazj.in> | 2021-12-13T13·24+0300 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2021-12-13T13·24+0300 |
commit | 53f8a04b3350b4d465bd0213e24b02c46b8658e1 (patch) | |
tree | 2b6fae4596c30a5952c1c3a52ed88319395e2ef4 /users/tazjin/nixos | |
parent | cdf74806628804dcb25c80a025e221e603d556e6 (diff) |
feat(tazjin/tverskoy): Ensure ~/screenshots exists r/3212
Change-Id: Icae43b17a95c638429351273bb16111097c3e594
Diffstat (limited to 'users/tazjin/nixos')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 6dad04d609ce..403e9cd6f27c 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -367,6 +367,10 @@ in lib.fix(self: { ]; }; + home.activation.screenshots = lib.hm.dag.entryAnywhere '' + $DRY_RUN_CMD mkdir -p $HOME/screenshots + ''; + programs.git = { enable = true; userName = "Vincent Ambo"; |