From 95a050e1d07eeb7cef33f0747fa12df242e5c6a0 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Mon, 7 Jun 2021 21:08:10 -0700 Subject: [PATCH] latest nix changes --- home.nix | 7 ++++--- programs/neovim/default.nix | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home.nix b/home.nix index 816f245..b689774 100644 --- a/home.nix +++ b/home.nix @@ -39,8 +39,6 @@ programs.htop = { enable = true; - sortDescending = true; - sortKey = "PERCENT_CPU"; }; programs.jq = { @@ -50,7 +48,10 @@ programs.starship = { enable = true; settings = { - character.symbol = "λ"; + character = { + success_symbol = " [λ](bold green)"; + error_symbol = " [λ](bold red)"; + }; }; }; diff --git a/programs/neovim/default.nix b/programs/neovim/default.nix index d8ce7ae..8e074cf 100644 --- a/programs/neovim/default.nix +++ b/programs/neovim/default.nix @@ -48,7 +48,6 @@ in vimAlias = true; vimdiffAlias = true; withNodeJs = true; # for coc.nvim - withPython = true; # for plugins withPython3 = true; # for plugins };