Fix droppie shutdown timer
This commit is contained in:
parent
d4303ccab3
commit
d76c82bcbc
|
@ -46,5 +46,6 @@ in
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "3..9:*";
|
OnCalendar = "3..9:*";
|
||||||
};
|
};
|
||||||
|
wantedBy = [ "timers.target" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -95,7 +95,6 @@ in
|
||||||
vim-toml
|
vim-toml
|
||||||
vim-vue
|
vim-vue
|
||||||
yats-vim
|
yats-vim
|
||||||
vim-mdx-js
|
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = builtins.concatStringsSep "\n" [
|
extraConfig = builtins.concatStringsSep "\n" [
|
||||||
|
|
Loading…
Reference in a new issue