Switch to regular modus-vivendi theme, remove theme from firefox
Set bat as default pager in nushell
This commit is contained in:
parent
6be1332d85
commit
b4e558ab08
|
@ -1 +1,2 @@
|
|||
$env.TRANSIENT_PROMPT_COMMAND = "> "
|
||||
$env.PAGER = "bat"
|
||||
|
|
|
@ -52,11 +52,6 @@
|
|||
installation_mode = "force_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
|
||||
};
|
||||
# Tokyo Night Niivu
|
||||
"{c6698fd1-fe9b-4eae-95d5-fe1703820469}" = {
|
||||
installation_mode = "force_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/tokyo-night-niivu/latest.xpi";
|
||||
};
|
||||
};
|
||||
FirefoxHome = {
|
||||
Search = true;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
stylix = {
|
||||
base16Scheme = ../schemes/modus-vivendi-tinted.yaml;
|
||||
base16Scheme = ../schemes/modus-vivendi.yaml;
|
||||
autoEnable = false;
|
||||
targets = {
|
||||
chromium.enable = true;
|
||||
|
|
Loading…
Reference in a new issue