mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
23 lines
215 B
Nix
23 lines
215 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
gh
|
|
trash-cli
|
|
pandoc
|
|
fzf
|
|
eza
|
|
fastfetch
|
|
neovim
|
|
fd
|
|
duf
|
|
gdu
|
|
tealdeer
|
|
grim
|
|
slurp
|
|
wl-clipboard
|
|
bc
|
|
nh
|
|
];
|
|
}
|