mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
11 lines
141 B
Nix
11 lines
141 B
Nix
{ pkgs, ... }: {
|
|
environment.systemPackages = with pkgs; [
|
|
ranger
|
|
fd
|
|
lazygit
|
|
tree-sitter
|
|
btop
|
|
bitwarden-cli
|
|
];
|
|
}
|