228 current 2024-10-22 01:13:05 24.05.20241019.a9b86fc 6.11.4 *
This commit is contained in:
parent
a83e3592b2
commit
d312b9e299
7 changed files with 47 additions and 20 deletions
|
@ -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";
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
# This is using a rec (recursive) expression to set and access XDG_BIN_HOME within the expression
|
||||
# For more on rec expressions see https://nix.dev/tutorials/first-steps/nix-language#recursive-attribute-set-rec
|
||||
environment.sessionVariables = rec {
|
||||
environment.sessionVariables = {
|
||||
SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/ssh-agent";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue