nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 303972c0c16dd38f8b4981dcbee0a9352647a2cd
parent b2777dccddfc7f2b85f090f2b882a23f9f06bd52
Author: Toni Brown <me@tb148.net>
Date:   Tue, 24 Feb 2026 12:13:11 +0800

organize shell configuration

Diffstat:
Mhome.nix | 11++++-------
1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/home.nix b/home.nix @@ -43,7 +43,6 @@ catppuccinifier-cli catppuccinifier-gui ffmpeg - fish gtkwave inkscape iosevka-bin @@ -78,11 +77,7 @@ programs.fd.enable = true; - programs.firefox.enable = true; - programs.firefox.languagePacks = [ - "zh-CN" - "en-US" - ]; + programs.fish.enable = true; programs.git = { enable = true; @@ -139,7 +134,6 @@ programs.nushell.enable = true; programs.nushell.configFile.source = ./config.nu; - home.shell.enableNushellIntegration = true; programs.pay-respects.enable = true; @@ -151,6 +145,9 @@ programs.zsh.enable = true; programs.zsh.syntaxHighlighting.enable = true; + home.shell.enableBashIntegration = true; + home.shell.enableFishIntegration = true; + home.shell.enableNushellIntegration = true; home.shell.enableZshIntegration = true; services.protonmail-bridge.enable = true;