Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Enable hardware acceleration for Discord

encode42 e3978df9 bfbc4d7f

+5 -1
+5 -1
homes/encode42/desktop/discord.nix
··· 9 9 10 10 settings = { 11 11 customTitleBar = true; 12 - splashTheming = true; 12 + enableSplashScreen = false; 13 + 14 + hardwareVideoAcceleration = true; 13 15 14 16 minimizeToTray = false; 15 17 16 18 checkUpdates = false; 17 19 }; 20 + 21 + useSystemVencord = true; 18 22 }; 19 23 20 24 config = {