Switch to 22.11

This commit is contained in:
Filippo Berto 2022-12-01 11:52:40 +01:00
parent 10ac2a0536
commit 7ee4b47750
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
12 changed files with 25 additions and 30 deletions

View file

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