228 current 2024-10-22 01:13:05 24.05.20241019.a9b86fc 6.11.4 *

This commit is contained in:
Ranomier 2024-10-22 01:13:11 +02:00
parent a83e3592b2
commit d312b9e299
7 changed files with 47 additions and 20 deletions

View file

@ -33,6 +33,17 @@
];
};
nuclear = {
executable = "${pkgs.nuclear}/bin/nuclear";
profile = "${pkgs.firejail}/etc/firejail/nuclear.profile";
extraArgs = [
# Enforce dark mode
"--env=GTK_THEME=Adwaita:dark"
# Enable system notifications
"--dbus-user.talk=org.freedesktop.Notifications"
];
};
brave = {
executable = "${pkgs.brave}/bin/brave";
profile = "${pkgs.firejail}/etc/firejail/brave.profile";