Personal-use NixOS configuration

Enable hardware acceleration for Discord

+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 = {