Sfoglia il codice sorgente

removing unused parts

Zander Hawke 1 anno fa
parent
commit
34e43e5189
1 ha cambiato i file con 0 aggiunte e 20 eliminazioni
  1. 0 20
      home/features/cli/starship.nix

+ 0 - 20
home/features/cli/starship.nix

@@ -1,17 +1,3 @@
-{ pkgs, ... }:
-
-let
-  shell-pkg = pkgs.writeShellScriptBin "shell" ''
-    case "$STARSHIP_SHELL" in
-      fish) echo 🐟 ;;
-      nu) echo 🚀 ;;
-      zsh) echo 🐚 ;;
-      bash) echo 🐻 ;;
-      *) echo "" ;;
-    esac
-  '';
-in
-
 {
   programs.starship = {
     enable = true;
@@ -31,12 +17,6 @@ in
         zsh_indicator = "🐚";
       };
 
-      # custom.shell = {
-      #   command = "${pkgs.lib.meta.getExe shell-pkg}";
-      #   format = "$all$shell$character";
-      #   when = "true";
-      # };
-
       palettes.catppuccin_frappe = {
         rosewater = "#f2d5cf";
         flamingo = "#eebebe";