my NixOS and nix-darwin config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

.

+7 -6
+7 -6
modules/home/prompts/starship/default.nix
··· 1 - { lib, home, ... }: { 1 + { lib, home, ... }: 2 + { 2 3 3 - programs.starship = { 4 - enable = true; 4 + # programs.starship = { 5 + # enable = true; 5 6 6 - settings = 7 - lib.mkForce (builtins.fromTOML (builtins.readFile ./starship.toml)); 8 - }; 7 + # settings = 8 + # lib.mkForce (builtins.fromTOML (builtins.readFile ./starship.toml)); 9 + # }; 9 10 # home.file.".config/starship.toml".source = lib.mkForce ./starship.toml; 10 11 11 12 }