diff --git a/flake.nix b/flake.nix index 2a85e9b..0b2df34 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ configuration = { imports = [self.homeManagerModule]; }; - system = "x86_64-darwin"; + system = "aarch64-darwin"; homeDirectory = "/Users/boli"; username = "boli"; }; diff --git a/modules/common.nix b/modules/common.nix index 6d9e203..827038f 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -20,17 +20,17 @@ # Starship Prompt # https://rycee.gitlab.io/home-manager/options.html#opt-programs.starship.enable - starship = { - enable = true; - enableZshIntegration = false; - enableFishIntegration = true; - # Configuration is written to ~/.config/starship.toml - settings = { - directory.truncate_to_repo = false; # show the path above the current repo too - directory.fish_style_pwd_dir_length = 1; # turn on fish directory truncation - directory.truncation_length = 3; # number of directories not to truncate - }; - }; +# starship = { +# enable = true; +# enableZshIntegration = false; +# enableFishIntegration = true; +# # Configuration is written to ~/.config/starship.toml +# settings = { +# directory.truncate_to_repo = false; # show the path above the current repo too +# directory.fish_style_pwd_dir_length = 1; # turn on fish directory truncation +# directory.truncation_length = 3; # number of directories not to truncate +# }; +# }; # Bat, a substitute for cat. # https://github.com/sharkdp/bat