clean up and make battery long live
This commit is contained in:
parent
08709cf1a9
commit
d0a2b164fa
7 changed files with 106 additions and 174 deletions
|
|
@ -17,8 +17,87 @@ in {
|
|||
fzf
|
||||
xclip
|
||||
alejandra
|
||||
pwgen
|
||||
ncdu
|
||||
zip
|
||||
];
|
||||
|
||||
programs.nixcord = {
|
||||
package = pkgs.vencord;
|
||||
|
||||
discord.enable = false;
|
||||
|
||||
vesktop = {
|
||||
enable = true;
|
||||
package = pkgs.vesktop;
|
||||
};
|
||||
|
||||
config = {
|
||||
transparent = true;
|
||||
frameless = true;
|
||||
disableMinSize = true;
|
||||
# enabledThemes = [];
|
||||
plugins = {
|
||||
ircColors.enable = true;
|
||||
whoReacted.enable = true;
|
||||
alwaysTrust.enable = true;
|
||||
anonymiseFileNames = {
|
||||
enable = true;
|
||||
anonymiseByDefault = true;
|
||||
consistent = "file";
|
||||
method = "consistent";
|
||||
};
|
||||
newGuildSettings = {
|
||||
enable = true;
|
||||
|
||||
messages = "only@Mentions";
|
||||
|
||||
everyone = true;
|
||||
role = true;
|
||||
events = true;
|
||||
};
|
||||
copyEmojiMarkdown = {
|
||||
enable = true;
|
||||
};
|
||||
fakeNitro = {
|
||||
enableEmojiBypass = false;
|
||||
enableStickerBypass = false;
|
||||
enableStreamQualityBypass = true;
|
||||
};
|
||||
noPendingCount = {
|
||||
enable = true;
|
||||
hideFriendRequestsCount = true;
|
||||
hideMessageRequestCount = true;
|
||||
hidePremiumOffersCount = true;
|
||||
};
|
||||
platformIndicators.enable = true;
|
||||
userVoiceShow.enable = true;
|
||||
};
|
||||
};
|
||||
dorion = {
|
||||
enable = false;
|
||||
package = pkgs.dorion;
|
||||
|
||||
theme = "stylix";
|
||||
themes = ["stylix"];
|
||||
|
||||
useNativeTitlebar = true;
|
||||
|
||||
# theme = "dark";
|
||||
# zoom = "1.1";
|
||||
blur = "acrylic"; # "none", "blur", or "acrylic"
|
||||
sysTray = true;
|
||||
openOnStartup = false;
|
||||
# autoClearCache = true;
|
||||
# rpcServer = true;
|
||||
rpcProcessScanner = true;
|
||||
pushToTalk = true;
|
||||
pushToTalkKeys = ["RControl"];
|
||||
desktopNotifications = true;
|
||||
unreadBadge = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.zed-editor = {
|
||||
extensions = [
|
||||
"elm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue