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