1
Fork 0

Set up more persistence paths

This commit is contained in:
Matei Adriel 2023-11-04 20:18:14 +01:00
parent 74191baf37
commit 3d8ee6ad0f
No known key found for this signature in database
5 changed files with 47 additions and 33 deletions
home/features/cli/tmux

View file

@ -35,4 +35,8 @@ in
source ${base16-tmux}
'';
};
satellite.persistence.at.state.apps.tmux.directories = [
".tmux"
];
}