diff options
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/environment.nix | 5 | ||||
| -rw-r--r-- | nixos/nvim.nix | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/nixos/environment.nix b/nixos/environment.nix index 6627772..87c36b8 100644 --- a/nixos/environment.nix +++ b/nixos/environment.nix @@ -12,8 +12,9 @@ pipes playerctl libnotify - (pkgs.python313.withPackages (ps: with ps; [ - ])) + termusic + eza + lazygit ]; fonts.packages = with pkgs; [ nerd-fonts.jetbrains-mono diff --git a/nixos/nvim.nix b/nixos/nvim.nix index 23ec64f..9b637d7 100644 --- a/nixos/nvim.nix +++ b/nixos/nvim.nix @@ -8,6 +8,7 @@ in { gcc cargo python312 + python312Packages.psutil nodejs_20 lua zig |
