tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
Enable hardware acceleration for Discord
encode42.dev
5 months ago
e3978df9
bfbc4d7f
+5
-1
1 changed file
expand all
collapse all
unified
split
homes
encode42
desktop
discord.nix
+5
-1
homes/encode42/desktop/discord.nix
···
9
9
10
10
settings = {
11
11
customTitleBar = true;
12
12
-
splashTheming = true;
12
12
+
enableSplashScreen = false;
13
13
+
14
14
+
hardwareVideoAcceleration = true;
13
15
14
16
minimizeToTray = false;
15
17
16
18
checkUpdates = false;
17
19
};
20
20
+
21
21
+
useSystemVencord = true;
18
22
};
19
23
20
24
config = {