feat(tazjin/tverskoy): Ensure ~/screenshots exists
Change-Id: Icae43b17a95c638429351273bb16111097c3e594
This commit is contained in:
parent
cdf7480662
commit
53f8a04b33
1 changed files with 4 additions and 0 deletions
|
@ -367,6 +367,10 @@ in lib.fix(self: {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.activation.screenshots = lib.hm.dag.entryAnywhere ''
|
||||||
|
$DRY_RUN_CMD mkdir -p $HOME/screenshots
|
||||||
|
'';
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Vincent Ambo";
|
userName = "Vincent Ambo";
|
||||||
|
|
Loading…
Reference in a new issue