feat: disable clash-verge-rev because not in China
This commit is contained in:
parent
8cdaac5bf7
commit
2173217135
1 changed files with 3 additions and 31 deletions
|
@ -69,7 +69,7 @@
|
||||||
tree
|
tree
|
||||||
zed-editor
|
zed-editor
|
||||||
rhythmbox
|
rhythmbox
|
||||||
clash-verge-rev
|
#clash-verge-rev
|
||||||
qq
|
qq
|
||||||
libreoffice
|
libreoffice
|
||||||
discord
|
discord
|
||||||
|
@ -86,9 +86,10 @@
|
||||||
mtpfs
|
mtpfs
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
sxiv
|
sxiv
|
||||||
|
heroic
|
||||||
];
|
];
|
||||||
myAutostartCommands = [
|
myAutostartCommands = [
|
||||||
"${pkgs.clash-verge-rev}/bin/clash-verge"
|
#"${pkgs.clash-verge-rev}/bin/clash-verge"
|
||||||
"${pkgs.firefox}/bin/firefox"
|
"${pkgs.firefox}/bin/firefox"
|
||||||
"${pkgs.thunderbird}/bin/thunderbird"
|
"${pkgs.thunderbird}/bin/thunderbird"
|
||||||
];
|
];
|
||||||
|
@ -121,35 +122,6 @@
|
||||||
};
|
};
|
||||||
# Nicely reload system units when changing configs
|
# Nicely reload system units when changing configs
|
||||||
systemd.user.startServices = "sd-switch";
|
systemd.user.startServices = "sd-switch";
|
||||||
services.kanshi = {
|
|
||||||
enable = true;
|
|
||||||
profiles = {
|
|
||||||
undocked = {
|
|
||||||
outputs = [
|
|
||||||
{
|
|
||||||
criteria = "eDP-1";
|
|
||||||
scale = 1.0;
|
|
||||||
status = "enable";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
docked_office_cn = {
|
|
||||||
outputs = [
|
|
||||||
{
|
|
||||||
criteria = "AOC 2619 M1194JA002428";
|
|
||||||
position = "0,0";
|
|
||||||
mode = "1920x1200@59.94Hz";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
criteria = "eDP-1";
|
|
||||||
position = "0,0";
|
|
||||||
status = "disable";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
systemdTarget = "hyprland-session.target";
|
|
||||||
};
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue