configuration.nix/modules/home/packages/essential/default.nix

25 lines
279 B
Nix
Raw Normal View History

2023-11-21 16:16:55 +01:00
{ pkgs, ... }: {
home.packages = with pkgs; [
scripts
bemenu
wl-clipboard
wayland
xwayland
mako
grim
slurp
brave
mpv
imv
ripgrep
bat
bottom
procs
mupdf
gopass
ffmpeg
xdg-utils
xdg-user-dirs
];
}