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

@ -2,10 +2,10 @@
let palette = pkgs.lib.rice.palette.toRGBHex pkgs.rice.colorPalette;
in
{
home.packages = with pkgs; [ unstable.dunst rice.font.normal.package ];
home.packages = with pkgs; [ dunst rice.font.normal.package ];
services.dunst = {
enable = true;
package = pkgs.unstable.dunst;
# package = pkgs.unstable.dunst;
iconTheme = {
package = pkgs.qogir-icon-theme;
name = "Qogir-dark";

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
];