Files
amazing-dotfiles/modules/packages.nix
2026-03-03 18:46:37 +01:00

30 lines
327 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
libnotify
cliphist
gh
trash-cli
pandoc
fzf
eza
fastfetch
fd
duf
gdu
jq
tealdeer
grim
slurp
bc
nh
runc
];
xdg.configFile."containers/containers.conf".text = ''
[engine]
runtime = "runc"
'';
}