@@ -1,10 +1,10 @@
 | 
			
		||||
{ config, colors, ... }:
 | 
			
		||||
{ config, lib', ... }:
 | 
			
		||||
{
 | 
			
		||||
  services = {
 | 
			
		||||
    dunst = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      iconTheme = with config.gtk.iconTheme; { inherit name package; };
 | 
			
		||||
      settings = with colors.hex; {
 | 
			
		||||
      settings = with lib'.colors.hex; {
 | 
			
		||||
        global = {
 | 
			
		||||
          mouse_left_click = "close_current";
 | 
			
		||||
          mouse_right_click = "do_action";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user