Update dunst, iwd and rofi
This commit is contained in:
parent
83a9d7e8fa
commit
30bd19789c
3 changed files with 6 additions and 3 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
let palette = pkgs.lib.rice.palette.toRGBHex pkgs.rice.colorPalette;
|
||||
in {
|
||||
home.packages = with pkgs; [ dunst rice.font.normal.package ];
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [ dunst rice.font.normal.package rofi ];
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
|
|
@ -42,7 +43,7 @@ in {
|
|||
max_icon_size = 32;
|
||||
sticky_history = "yes";
|
||||
history_length = 20;
|
||||
dmenu = "dmenu -p dunst:";
|
||||
dmenu = "rofi -dmenu -p dunst:";
|
||||
# browser = "google-chrome-stable";
|
||||
browser = "firefox";
|
||||
always_run_script = "true";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue