diff --git a/users/common/programs.nix b/users/common/programs.nix index 63dd6c7..f7152fe 100644 --- a/users/common/programs.nix +++ b/users/common/programs.nix @@ -20,14 +20,9 @@ tabstospaces = true; tabsize = 4; colorscheme = "simple"; + relativeruler = true; }; }; - # oh-my-posh = { - # enable = true; - # enableBashIntegration = true; - # enableFishIntegration = true; - # settings = builtins.fromJSON (builtins.unsafeDiscardStringContext (builtins.readFile "${inputs.dotfiles}/omp.json")); - # }; starship = { enable = true; enableBashIntegration = true;