From ec1ee614493ec468e8c28ba03b0d0aca9659ac2a Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Mon, 19 Aug 2024 10:04:46 +0000 Subject: [PATCH] :art: reduce systemPackages --- nixos/configuration.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 23dd9b4..a0b6c95 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -34,20 +34,21 @@ }; environment.systemPackages = with pkgs; [ - tmux - - vim - # neovim + # tmux # activated in tmux.nix + # vim # using neovim in stead + # neovim # activated in neovim.nix git - pyenv - poetry + ripgrep + + # make default.nix in python project folders instead of using a top-level python environment manager + # pyenv + # poetry fastfetch neofetch - gimp - + # gimp # bloat cowsay lolcat ];