Switch to nix-rice
This commit is contained in:
parent
5f960fc2ca
commit
98e4871193
12 changed files with 31 additions and 537 deletions
|
|
@ -3,10 +3,10 @@ let
|
|||
rofi_dmenu = "${pkgs.rofi} -dmenu";
|
||||
firefox = "${pkgs.firefox}/bin/firefox";
|
||||
dmenu = "${pkgs.dmenu}/bin/dmenu";
|
||||
palette = pkgs.extra.palette.toRGBHex pkgs.extra.colorPalette;
|
||||
palette = pkgs.rice.palette.toRGBHex pkgs.rice.colorPalette;
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [ dunst extra.font.normal.package ];
|
||||
home.packages = with pkgs; [ dunst rice.font.normal.package ];
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
|
|
@ -31,7 +31,7 @@ in
|
|||
sort = "yes";
|
||||
idle_threshold = 120;
|
||||
|
||||
font = "${pkgs.extra.font.normal.name} 10";
|
||||
font = "${pkgs.rice.font.normal.name} 10";
|
||||
line_height = 0;
|
||||
markup = "full";
|
||||
format = "<b>%s</b>\\n%b";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue