From 57cbc3ac65272242bfee162b916d9675935e9c2e Mon Sep 17 00:00:00 2001 From: tzlil Date: Tue, 16 May 2023 20:44:21 +0300 Subject: networkmanager is annoying me and nothing else works, need to fix dns --- mixins/cli.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'mixins/cli.nix') diff --git a/mixins/cli.nix b/mixins/cli.nix index db77ab8..84a5e3d 100644 --- a/mixins/cli.nix +++ b/mixins/cli.nix @@ -11,7 +11,7 @@ config, nixosConfig, ... - } @ hm: { + }: { imports = [ # inputs.viper-nix-common.homeModules.xdg ]; @@ -22,9 +22,14 @@ ripgrep bat croc - (pkgs.python3.withPackages (ps: with ps; [ - requests - ])) + + # crap i need in my shell for general usage, mostly data science + (pkgs.python3.withPackages (ps: + with ps; [ + requests + numpy + more-itertools + ])) ]; sessionVariables = { EDITOR = "nvim"; -- cgit 1.4.1