Switched onedrive from custom service to default one + removed unused unstable packages
This commit is contained in:
parent
d065d01f89
commit
86484e6bfd
7 changed files with 77 additions and 20 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue