mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Enabled SafeEyes Service
This commit is contained in:
parent
36e5ef2ef4
commit
dbc046ca9b
|
|
@ -67,7 +67,6 @@ in {
|
|||
helix # IDE
|
||||
parted
|
||||
nerd-fonts.shure-tech-mono
|
||||
safeeyes # RSI Break Reminder
|
||||
];
|
||||
|
||||
services.syncthing.enable = true;
|
||||
|
|
@ -75,6 +74,7 @@ in {
|
|||
"--config=/home/kb/.config/syncthing"
|
||||
"--data=/home/kb/sync"
|
||||
];
|
||||
services.safeeyes.enable = true;
|
||||
|
||||
services.gpg-agent.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue