From 9c4bc6622794e289ebd98ad1217bfe531dd781d6 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Wed, 24 Sep 2025 22:25:34 +0530 Subject: sync file + lazygit + eza + other stuff --- nixos/environment.nix | 5 +++-- nixos/nvim.nix | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'nixos') 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 -- cgit v1.2.3