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 ];