Skip to content

Commit

Permalink
nix: reenable clash-verge
Browse files Browse the repository at this point in the history
  • Loading branch information
B committed Apr 14, 2024
1 parent acc14e5 commit ce04a0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nix/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -762,12 +762,12 @@ in
shellInit = "zsh-newuser-install() { :; }";
};
# light.enable = true;
# clash-verge = let enable = prefs.enableClashVerge; in
# {
# enable = enable;
# autoStart = enable;
# tunMode = enable;
# };
clash-verge = let enable = prefs.enableClashVerge; in
{
enable = enable;
autoStart = enable;
tunMode = enable;
};
sway = {
enable = prefs.enableSway;
extraOptions = [ "--unsupported-gpu" ];
Expand Down

0 comments on commit ce04a0d

Please sign in to comment.