feat(tazjin/tverskoy): Ensure ~/screenshots exists

Change-Id: Icae43b17a95c638429351273bb16111097c3e594
This commit is contained in:
Vincent Ambo 2021-12-13 16:24:04 +03:00
parent cdf7480662
commit 53f8a04b33

View file

@ -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";