Set up more persistent directories
This commit is contained in:
parent
d93cb11e2f
commit
50152c3db8
17 changed files with 106 additions and 75 deletions
home/features/cli/productivity
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
programs.intray = {
|
||||
enable = true;
|
||||
data-dir = "/persist/state/home/adrielus/Intray";
|
||||
cache-dir = "/persist/local/cache/home/adrielus/Intray";
|
||||
data-dir = "/persist/state/home/adrielus/intray";
|
||||
cache-dir = "/persist/local/cache/home/adrielus/intray";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
{ config, ... }: {
|
||||
programs.smos = {
|
||||
enable = true;
|
||||
|
||||
notify = {
|
||||
enable = true;
|
||||
};
|
||||
notify.enable = true;
|
||||
|
||||
github = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue