Switch to regular modus-vivendi theme, remove theme from firefox

Set bat as default pager in nushell
This commit is contained in:
Evie Litherland-Smith 2024-02-27 15:22:56 +00:00
parent 6be1332d85
commit b4e558ab08
3 changed files with 2 additions and 6 deletions

View file

@ -1 +1,2 @@
$env.TRANSIENT_PROMPT_COMMAND = "> " $env.TRANSIENT_PROMPT_COMMAND = "> "
$env.PAGER = "bat"

View file

@ -52,11 +52,6 @@
installation_mode = "force_installed"; installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"; 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 = { FirefoxHome = {
Search = true; Search = true;

View file

@ -1,6 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
stylix = { stylix = {
base16Scheme = ../schemes/modus-vivendi-tinted.yaml; base16Scheme = ../schemes/modus-vivendi.yaml;
autoEnable = false; autoEnable = false;
targets = { targets = {
chromium.enable = true; chromium.enable = true;