Fix firefox, add some comments
This commit is contained in:
parent
193a4a2546
commit
906dcbe711
1 changed files with 8 additions and 7 deletions
|
@ -170,6 +170,8 @@
|
|||
set --export --universal SCROTS_PATH $NICE_HOME/img/scrots
|
||||
set --export --universal USER_LOGS_PATH $NICE_HOME/doc/logs
|
||||
|
||||
set --export --universal CDPATH $NICE_HOME
|
||||
|
||||
for s in $ENV_PATH/*/config.d.fish
|
||||
source $s (dirname $s)
|
||||
end
|
||||
|
@ -480,6 +482,7 @@
|
|||
};
|
||||
|
||||
programs.firefox = {
|
||||
# TODO: enable dark theme by default
|
||||
enable = true;
|
||||
|
||||
package = (pkgs.firefox.override { extraNativeMessagingHosts = [ pkgs.passff-host ]; });
|
||||
|
@ -503,9 +506,6 @@
|
|||
'';
|
||||
|
||||
userChrome = ''
|
||||
/* Remove close button */
|
||||
.titlebar-buttonbox-container{ display:none }
|
||||
|
||||
#webrtcIndicator {
|
||||
display: none;
|
||||
}
|
||||
|
@ -531,4 +531,5 @@
|
|||
# enable = true;
|
||||
# }; # TODO: would be nice to have my sway config declared here instead of symlinked in by dotfiles scripts?
|
||||
# maybe we can share somehow so things for nix-y systems and non-nix-y systems alike
|
||||
# am I going to _have_ non-nix systems anymore?
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue