mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-24 20:23:55 +02:00
fix: clash-verge-rev ui by upgrade
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
pkgs,
|
||||
pkgs-master,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
# XDG autostart entries - ensures apps start after portal services are ready
|
||||
xdg.autostart.enable = true;
|
||||
@@ -8,7 +13,7 @@
|
||||
"${pkgs.alacritty}/share/applications/Alacritty.desktop"
|
||||
"${pkgs.ghostty}/share/applications/com.mitchellh.ghostty.desktop"
|
||||
|
||||
"${pkgs.clash-verge-rev}/share/applications/clash-verge.desktop"
|
||||
"${pkgs-master.clash-verge-rev}/share/applications/clash-verge.desktop"
|
||||
|
||||
# nixpaks
|
||||
"${pkgs.nixpaks.firefox}/share/applications/org.mozilla.firefox.desktop"
|
||||
|
||||
Reference in New Issue
Block a user