diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-24 22:25:34 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-24 22:25:34 +0530 |
| commit | 9c4bc6622794e289ebd98ad1217bfe531dd781d6 (patch) | |
| tree | 2481d99b97eef29c6be3b2a165e051cb284e89c9 /nixos | |
| parent | 09b12698892be31755360d0b45427410f8ae67ba (diff) | |
sync file + lazygit + eza + other stuff
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 |
