We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836a0d0 commit e04dda6Copy full SHA for e04dda6
home/home.nix
@@ -85,7 +85,12 @@
85
))
86
(discord-canary.override {
87
withOpenASAR = true;
88
- # withVencord = true;
+ })
89
+ (discord-ptb.override {
90
+ withOpenASAR = true;
91
92
+ (discord.override {
93
94
})
95
bat
96
gemini-cli
modules/system/preservation.nix
@@ -108,6 +108,7 @@ _: {
108
".config/Element"
109
".config/discord"
110
".config/discordcanary"
111
+ ".config/discordptb"
112
".local/share/TelegramDesktop"
113
".local/share/zoxide"
114
".config/YouTube Music"
0 commit comments