Switched onedrive from custom service to default one + removed unused unstable packages

This commit is contained in:
Filippo Berto 2022-11-28 10:11:35 +01:00
parent d065d01f89
commit 86484e6bfd
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
7 changed files with 77 additions and 20 deletions

View file

@ -11,7 +11,7 @@
enable = true;
location = "center";
font = "${pkgs.rice.font.monospace.name} ${toString pkgs.rice.font.monospace.size}";
package = pkgs.unstable.rofi;
# package = pkgs.unstable.rofi;
plugins = with pkgs.unstable;[
rofi-calc
];