Changed: Rofi enabled
This commit is contained in:
		@@ -3,10 +3,15 @@
 | 
				
			|||||||
  config,
 | 
					  config,
 | 
				
			||||||
  ...
 | 
					  ...
 | 
				
			||||||
}: {
 | 
					}: {
 | 
				
			||||||
  # 基于 https://github.com/endeavouros-team/endeavouros-i3wm-setup
 | 
					    programs.rofi = {
 | 
				
			||||||
  home.file.".config/rofi" = {
 | 
					        enable = true;
 | 
				
			||||||
    source = ./configs;
 | 
					        cycle = false;
 | 
				
			||||||
    # copy the scripts directory recursively
 | 
					        package = pkgs.rofi-wayland;
 | 
				
			||||||
    recursive = true;
 | 
					    };
 | 
				
			||||||
  };
 | 
					
 | 
				
			||||||
 | 
					    home.file.".config/rofi" = {
 | 
				
			||||||
 | 
					        source = ./configs;
 | 
				
			||||||
 | 
					        # copy the scripts directory recursively
 | 
				
			||||||
 | 
					        recursive = true;
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user