Configs updates

This commit is contained in:
Filippo Berto 2022-07-05 22:07:40 +02:00
parent 4c05f3a362
commit bc1f5c2ac5
4 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
let
onedriveCmd = "${pkgs.onedrive}/bin/onedrive --monitor";
onedriveCmd = "${pkgs.unstable.onedrive}/bin/onedrive --monitor";
in
{
systemd.user.services."onedrive" = {